Html Css Color HEX #0F1997 Ultramarine

📋 copy color: '#0F1997'

red 15 ◦ green 25 ◦ blue 151

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

Shades of Ultramarine #0F1997

Tints of Ultramarine #0F1997

RGB

 RED value IS 15 (6.25% from 255) = 7.85%

 GREEN value IS 25 (10.16% from 255) = 13.09%

 BLUE value IS 151 (59.38% from 255) = 79.06%

R = 7.85%
G = 13.09%
B = 79.06%

CMYK

 C value IS 0.90

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#0F1997 (or 0x0F1997) is known color: Ultramarine. HEX triplet: 0F, 19 and 97. RGB value is (15,25,151). Sum of RGB (Red+Green+Blue) = 15+25+151=191 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.85% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 151 (59.38% from 255 or 79.06% from 191); Max value from RGB is 151 - color contains mainly: blue. Hex color #0F1997 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F1997 is #F0E668. Grayscale: #232323. Windows color (decimal): -15787625 or 9902351. OLE color: 9902351.

HSL color Cylindrical-coordinate representation of color #0F1997: hue angle of 235.59º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F1997 is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 15 25 151 -
CMYK 0.90 0.83 0 0.41
HSL 235.59º 0.82% 0.33% -
HSV(B) 235.59º 0.9% 0.59% -
XYZ 6.13 3.03 29.54 -
YUV 36.37 192.69 112.75 -
System Red Green Blue C M Y K H S L
Decimal 15 25 151 0.90 0.83 0 0.41 235.59 0.82 0.33
Hex F 19 97 5A 53 0 29 EC 52 21
Octal 17 31 227 132 123 0 51 354 122 41
Binary 1111 11001 10010111 1011010 1010011 0 101001 11101100 1010010 100001

Color Harmonies of #0F1997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1997

Black with #0F1997

Text Example


Text Example

White with #0F1997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F1997; }

 p { color: rgb(15,25,151); }

 H1.HeaderClassName
 {
   color: #0F1997;
 }
 .AnyTagClassName
 {
   color: #0F1997;
 }
</style>

background-color css

<style>
 a { background-color: #0F1997; }

 a { background-color: rgb(15,25,151); }

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

border-color css

<style>
 span { border-color: #0F1997; }

 span { border-color: rgb(15,25,151); }

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