Html Css Color HEX #1F09B5 Ultramarine

📋 copy color: '#1F09B5'

red 31 ◦ green 9 ◦ blue 181

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

Shades of Ultramarine #1F09B5

Tints of Ultramarine #1F09B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 81.9%

R = 14.03%
G = 4.07%
B = 81.9%

CMYK

 C value IS 0.83

 M value IS 0.95

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#1F09B5 (or 0x1F09B5) is known color: Ultramarine. HEX triplet: 1F, 09 and B5. RGB value is (31,9,181). Sum of RGB (Red+Green+Blue) = 31+9+181=221 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.03% from 221); Green value is 9 (3.91% from 255 or 4.07% from 221); Blue value is 181 (71.09% from 255 or 81.90% from 221); Max value from RGB is 181 - color contains mainly: blue. Hex color #1F09B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F09B5 is #E0F64A. Grayscale: #222222. Windows color (decimal): -14743115 or 11864351. OLE color: 11864351.

HSL color Cylindrical-coordinate representation of color #1F09B5: hue angle of 247.67º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1F09B5 is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 31 9 181 -
CMYK 0.83 0.95 0 0.29
HSL 247.67º 0.91% 0.37% -
HSV(B) 247.67º 0.95% 0.71% -
XYZ 9 3.82 43.98 -
YUV 35.19 210.29 125.01 -
System Red Green Blue C M Y K H S L
Decimal 31 9 181 0.83 0.95 0 0.29 247.67 0.91 0.37
Hex 1F 9 B5 53 5F 0 1D F8 5B 25
Octal 37 11 265 123 137 0 35 370 133 45
Binary 11111 1001 10110101 1010011 1011111 0 11101 11111000 1011011 100101

Color Harmonies of #1F09B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F09B5

Black with #1F09B5

Text Example


Text Example

White with #1F09B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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