Html Css Color HEX #1F06AA Ultramarine

📋 copy color: '#1F06AA'

red 31 ◦ green 6 ◦ blue 170

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

Shades of Ultramarine #1F06AA

Tints of Ultramarine #1F06AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 82.13%

R = 14.98%
G = 2.9%
B = 82.13%

CMYK

 C value IS 0.82

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1F06AA (or 0x1F06AA) is known color: Ultramarine. HEX triplet: 1F, 06 and AA. RGB value is (31,6,170). Sum of RGB (Red+Green+Blue) = 31+6+170=207 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.98% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 170 (66.80% from 255 or 82.13% from 207); Max value from RGB is 170 - color contains mainly: blue. Hex color #1F06AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F06AA is #E0F955. Grayscale: #1F1F1F. Windows color (decimal): -14743894 or 11142687. OLE color: 11142687.

HSL color Cylindrical-coordinate representation of color #1F06AA: hue angle of 249.15º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1F06AA is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 31 6 170 -
CMYK 0.82 0.96 0 0.33
HSL 249.15º 0.93% 0.35% -
HSV(B) 249.15º 0.96% 0.67% -
XYZ 7.89 3.32 38.26 -
YUV 32.17 205.78 127.16 -
System Red Green Blue C M Y K H S L
Decimal 31 6 170 0.82 0.96 0 0.33 249.15 0.93 0.35
Hex 1F 6 AA 52 60 0 21 F9 5D 23
Octal 37 6 252 122 140 0 41 371 135 43
Binary 11111 110 10101010 1010010 1100000 0 100001 11111001 1011101 100011

Color Harmonies of #1F06AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F06AA

Black with #1F06AA

Text Example


Text Example

White with #1F06AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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