Html Css Color HEX #1F09AA Ultramarine

📋 copy color: '#1F09AA'

red 31 ◦ green 9 ◦ blue 170

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

Shades of Ultramarine #1F09AA

Tints of Ultramarine #1F09AA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.29%

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

R = 14.76%
G = 4.29%
B = 80.95%

CMYK

 C value IS 0.82

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1F09AA (or 0x1F09AA) is known color: Ultramarine. HEX triplet: 1F, 09 and AA. RGB value is (31,9,170). Sum of RGB (Red+Green+Blue) = 31+9+170=210 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.76% from 210); Green value is 9 (3.91% from 255 or 4.29% from 210); Blue value is 170 (66.80% from 255 or 80.95% from 210); Max value from RGB is 170 - color contains mainly: blue. Hex color #1F09AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F09AA is #E0F655. Grayscale: #212121. Windows color (decimal): -14743126 or 11143455. OLE color: 11143455.

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

Color convert

RGB 31 9 170 -
CMYK 0.82 0.95 0 0.33
HSL 248.2º 0.9% 0.35% -
HSV(B) 248.2º 0.95% 0.67% -
XYZ 7.92 3.39 38.27 -
YUV 33.93 204.79 125.91 -
System Red Green Blue C M Y K H S L
Decimal 31 9 170 0.82 0.95 0 0.33 248.2 0.9 0.35
Hex 1F 9 AA 52 5F 0 21 F8 5A 23
Octal 37 11 252 122 137 0 41 370 132 43
Binary 11111 1001 10101010 1010010 1011111 0 100001 11111000 1011010 100011

Color Harmonies of #1F09AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F09AA

Black with #1F09AA

Text Example


Text Example

White with #1F09AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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