Html Css Color HEX #0F4987 Dark Cerulean

📋 copy color: '#0F4987'

red 15 ◦ green 73 ◦ blue 135

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

Shades of Dark Cerulean #0F4987

Tints of Dark Cerulean #0F4987

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.74%

 BLUE value IS 135 (53.13% from 255) = 60.54%

R = 6.73%
G = 32.74%
B = 60.54%

CMYK

 C value IS 0.89

 M value IS 0.46

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0F4987 (or 0x0F4987) is known color: Dark Cerulean. HEX triplet: 0F, 49 and 87. RGB value is (15,73,135). Sum of RGB (Red+Green+Blue) = 15+73+135=223 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.73% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 135 (53.12% from 255 or 60.54% from 223); Max value from RGB is 135 - color contains mainly: blue. Hex color #0F4987 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4987 is #F0B678. Grayscale: #3E3E3E. Windows color (decimal): -15775353 or 8866063. OLE color: 8866063.

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

Color convert

RGB 15 73 135 -
CMYK 0.89 0.46 0 0.47
HSL 211º 0.8% 0.29% -
HSV(B) 211º 0.89% 0.53% -
XYZ 6.95 6.62 23.83 -
YUV 62.73 168.78 93.96 -
System Red Green Blue C M Y K H S L
Decimal 15 73 135 0.89 0.46 0 0.47 211 0.8 0.29
Hex F 49 87 59 2E 0 2F D3 50 1D
Octal 17 111 207 131 56 0 57 323 120 35
Binary 1111 1001001 10000111 1011001 101110 0 101111 11010011 1010000 11101

Color Harmonies of #0F4987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4987

Black with #0F4987

Text Example


Text Example

White with #0F4987

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,73,135); }

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

background-color css

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

 a { background-color: rgb(15,73,135); }

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

border-color css

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

 span { border-color: rgb(15,73,135); }

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