Html Css Color HEX #0F1988 Ultramarine

📋 copy color: '#0F1988'

red 15 ◦ green 25 ◦ blue 136

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

Shades of Ultramarine #0F1988

Tints of Ultramarine #0F1988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 77.27%

R = 8.52%
G = 14.2%
B = 77.27%

CMYK

 C value IS 0.89

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0F1988 (or 0x0F1988) is known color: Ultramarine. HEX triplet: 0F, 19 and 88. RGB value is (15,25,136). Sum of RGB (Red+Green+Blue) = 15+25+136=176 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.52% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 136 (53.52% from 255 or 77.27% from 176); Max value from RGB is 136 - color contains mainly: blue. Hex color #0F1988 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F1988 is #F0E677. Grayscale: #222222. Windows color (decimal): -15787640 or 8919311. OLE color: 8919311.

HSL color Cylindrical-coordinate representation of color #0F1988: hue angle of 235.04º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F1988 is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 15 25 136 -
CMYK 0.89 0.82 0 0.47
HSL 235.04º 0.8% 0.3% -
HSV(B) 235.04º 0.89% 0.53% -
XYZ 4.99 2.57 23.53 -
YUV 34.66 185.19 113.97 -
System Red Green Blue C M Y K H S L
Decimal 15 25 136 0.89 0.82 0 0.47 235.04 0.8 0.3
Hex F 19 88 59 52 0 2F EB 50 1E
Octal 17 31 210 131 122 0 57 353 120 36
Binary 1111 11001 10001000 1011001 1010010 0 101111 11101011 1010000 11110

Color Harmonies of #0F1988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1988

Black with #0F1988

Text Example


Text Example

White with #0F1988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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