Html Css Color HEX #1F08A9 Ultramarine

📋 copy color: '#1F08A9'

red 31 ◦ green 8 ◦ blue 169

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

Shades of Ultramarine #1F08A9

Tints of Ultramarine #1F08A9

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.85%

 BLUE value IS 169 (66.41% from 255) = 81.25%

R = 14.9%
G = 3.85%
B = 81.25%

CMYK

 C value IS 0.82

 M value IS 0.95

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#1F08A9 (or 0x1F08A9) is known color: Ultramarine. HEX triplet: 1F, 08 and A9. RGB value is (31,8,169). Sum of RGB (Red+Green+Blue) = 31+8+169=208 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.90% from 208); Green value is 8 (3.52% from 255 or 3.85% from 208); Blue value is 169 (66.41% from 255 or 81.25% from 208); Max value from RGB is 169 - color contains mainly: blue. Hex color #1F08A9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F08A9 is #E0F756. Grayscale: #202020. Windows color (decimal): -14743383 or 11077663. OLE color: 11077663.

HSL color Cylindrical-coordinate representation of color #1F08A9: hue angle of 248.57º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1F08A9 is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 31 8 169 -
CMYK 0.82 0.95 0 0.34
HSL 248.57º 0.91% 0.35% -
HSV(B) 248.57º 0.95% 0.66% -
XYZ 7.81 3.33 37.77 -
YUV 33.23 204.62 126.41 -
System Red Green Blue C M Y K H S L
Decimal 31 8 169 0.82 0.95 0 0.34 248.57 0.91 0.35
Hex 1F 8 A9 52 5F 0 22 F9 5B 23
Octal 37 10 251 122 137 0 42 371 133 43
Binary 11111 1000 10101001 1010010 1011111 0 100010 11111001 1011011 100011

Color Harmonies of #1F08A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F08A9

Black with #1F08A9

Text Example


Text Example

White with #1F08A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,8,169); }

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

background-color css

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

 a { background-color: rgb(31,8,169); }

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

border-color css

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

 span { border-color: rgb(31,8,169); }

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