Html Css Color HEX #1F068C Ultramarine

📋 copy color: '#1F068C'

red 31 ◦ green 6 ◦ blue 140

#1F068C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #1F068C

Tints of Ultramarine #1F068C

RGB

 RED value IS 31 (12.5% from 255) = 17.51%

 GREEN value IS 6 (2.73% from 255) = 3.39%

 BLUE value IS 140 (55.08% from 255) = 79.1%

R = 17.51%
G = 3.39%
B = 79.1%

CMYK

 C value IS 0.78

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#1F068C (or 0x1F068C) is known color: Ultramarine. HEX triplet: 1F, 06 and 8C. RGB value is (31,6,140). Sum of RGB (Red+Green+Blue) = 31+6+140=177 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.51% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 140 (55.08% from 255 or 79.10% from 177); Max value from RGB is 140 - color contains mainly: blue. Hex color #1F068C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F068C is #E0F973. Grayscale: #1C1C1C. Windows color (decimal): -14743924 or 9176607. OLE color: 9176607.

HSL color Cylindrical-coordinate representation of color #1F068C: hue angle of 251.19º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1F068C is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 31 6 140 -
CMYK 0.78 0.96 0 0.45
HSL 251.19º 0.92% 0.29% -
HSV(B) 251.19º 0.96% 0.55% -
XYZ 5.36 2.32 24.98 -
YUV 28.75 190.78 129.6 -
System Red Green Blue C M Y K H S L
Decimal 31 6 140 0.78 0.96 0 0.45 251.19 0.92 0.29
Hex 1F 6 8C 4E 60 0 2D FB 5C 1D
Octal 37 6 214 116 140 0 55 373 134 35
Binary 11111 110 10001100 1001110 1100000 0 101101 11111011 1011100 11101

Color Harmonies of #1F068C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F068C

Black with #1F068C

Text Example


Text Example

White with #1F068C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F068C; }

 p { color: rgb(31,6,140); }

 H1.HeaderClassName
 {
   color: #1F068C;
 }
 .AnyTagClassName
 {
   color: #1F068C;
 }
</style>

background-color css

<style>
 a { background-color: #1F068C; }

 a { background-color: rgb(31,6,140); }

 div.DivClassName
 {
   background-color: #1F068C;
 }
 .BgClassName
 {
   background-color: #1F068C;
 }
</style>

border-color css

<style>
 span { border-color: #1F068C; }

 span { border-color: rgb(31,6,140); }

 td.TdClassName
 {
   border-color: #1F068C;
 }
 .TagClassName
 {
   border-color: #1F068C;
 }
</style>