Html Css Color HEX #0F1494 Ultramarine

📋 copy color: '#0F1494'

red 15 ◦ green 20 ◦ blue 148

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

Shades of Ultramarine #0F1494

Tints of Ultramarine #0F1494

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.93%

 BLUE value IS 148 (58.2% from 255) = 80.87%

R = 8.2%
G = 10.93%
B = 80.87%

CMYK

 C value IS 0.90

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0F1494 (or 0x0F1494) is known color: Ultramarine. HEX triplet: 0F, 14 and 94. RGB value is (15,20,148). Sum of RGB (Red+Green+Blue) = 15+20+148=183 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.20% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 148 (58.20% from 255 or 80.87% from 183); Max value from RGB is 148 - color contains mainly: blue. Hex color #0F1494 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F1494 is #F0EB6B. Grayscale: #202020. Windows color (decimal): -15788908 or 9704463. OLE color: 9704463.

HSL color Cylindrical-coordinate representation of color #0F1494: hue angle of 237.74º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F1494 is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 15 20 148 -
CMYK 0.90 0.86 0 0.42
HSL 237.74º 0.82% 0.32% -
HSV(B) 237.74º 0.9% 0.58% -
XYZ 5.79 2.74 28.24 -
YUV 33.1 192.84 115.09 -
System Red Green Blue C M Y K H S L
Decimal 15 20 148 0.90 0.86 0 0.42 237.74 0.82 0.32
Hex F 14 94 5A 56 0 2A EE 52 20
Octal 17 24 224 132 126 0 52 356 122 40
Binary 1111 10100 10010100 1011010 1010110 0 101010 11101110 1010010 100000

Color Harmonies of #0F1494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1494

Black with #0F1494

Text Example


Text Example

White with #0F1494

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,20,148); }

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

background-color css

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

 a { background-color: rgb(15,20,148); }

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

border-color css

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

 span { border-color: rgb(15,20,148); }

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