Html Css Color HEX #0F1896 Ultramarine

📋 copy color: '#0F1896'

red 15 ◦ green 24 ◦ blue 150

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

Shades of Ultramarine #0F1896

Tints of Ultramarine #0F1896

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.7%

 BLUE value IS 150 (58.98% from 255) = 79.37%

R = 7.94%
G = 12.7%
B = 79.37%

CMYK

 C value IS 0.9

 M value IS 0.84

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#0F1896 (or 0x0F1896) is known color: Ultramarine. HEX triplet: 0F, 18 and 96. RGB value is (15,24,150). Sum of RGB (Red+Green+Blue) = 15+24+150=189 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.94% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 150 (58.98% from 255 or 79.37% from 189); Max value from RGB is 150 - color contains mainly: blue. Hex color #0F1896 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F1896 is #F0E769. Grayscale: #232323. Windows color (decimal): -15787882 or 9836559. OLE color: 9836559.

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

Color convert

RGB 15 24 150 -
CMYK 0.9 0.84 0 0.41
HSL 236º 0.82% 0.32% -
HSV(B) 236º 0.9% 0.59% -
XYZ 6.03 2.96 29.11 -
YUV 35.67 192.52 113.25 -
System Red Green Blue C M Y K H S L
Decimal 15 24 150 0.9 0.84 0 0.41 236 0.82 0.32
Hex F 18 96 5A 54 0 29 EC 52 20
Octal 17 30 226 132 124 0 51 354 122 40
Binary 1111 11000 10010110 1011010 1010100 0 101001 11101100 1010010 100000

Color Harmonies of #0F1896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1896

Black with #0F1896

Text Example


Text Example

White with #0F1896

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,24,150); }

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

background-color css

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

 a { background-color: rgb(15,24,150); }

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

border-color css

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

 span { border-color: rgb(15,24,150); }

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