Html Css Color HEX #0F199C Ultramarine

📋 copy color: '#0F199C'

red 15 ◦ green 25 ◦ blue 156

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

Shades of Ultramarine #0F199C

Tints of Ultramarine #0F199C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 79.59%

R = 7.65%
G = 12.76%
B = 79.59%

CMYK

 C value IS 0.90

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0F199C (or 0x0F199C) is known color: Ultramarine. HEX triplet: 0F, 19 and 9C. RGB value is (15,25,156). Sum of RGB (Red+Green+Blue) = 15+25+156=196 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.65% from 196); Green value is 25 (10.16% from 255 or 12.76% from 196); Blue value is 156 (61.33% from 255 or 79.59% from 196); Max value from RGB is 156 - color contains mainly: blue. Hex color #0F199C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F199C is #F0E663. Grayscale: #242424. Windows color (decimal): -15787620 or 10230031. OLE color: 10230031.

HSL color Cylindrical-coordinate representation of color #0F199C: hue angle of 235.74º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F199C is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 15 25 156 -
CMYK 0.90 0.84 0 0.39
HSL 235.74º 0.82% 0.34% -
HSV(B) 235.74º 0.9% 0.61% -
XYZ 6.55 3.2 31.72 -
YUV 36.94 195.19 112.35 -
System Red Green Blue C M Y K H S L
Decimal 15 25 156 0.90 0.84 0 0.39 235.74 0.82 0.34
Hex F 19 9C 5A 54 0 27 EC 52 22
Octal 17 31 234 132 124 0 47 354 122 42
Binary 1111 11001 10011100 1011010 1010100 0 100111 11101100 1010010 100010

Color Harmonies of #0F199C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F199C

Black with #0F199C

Text Example


Text Example

White with #0F199C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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