Html Css Color HEX #0F4886 Dark Cerulean

📋 copy color: '#0F4886'

red 15 ◦ green 72 ◦ blue 134

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

Shades of Dark Cerulean #0F4886

Tints of Dark Cerulean #0F4886

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.58%

 BLUE value IS 134 (52.73% from 255) = 60.63%

R = 6.79%
G = 32.58%
B = 60.63%

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

#0F4886 (or 0x0F4886) is known color: Dark Cerulean. HEX triplet: 0F, 48 and 86. RGB value is (15,72,134). Sum of RGB (Red+Green+Blue) = 15+72+134=221 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.79% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 134 (52.73% from 255 or 60.63% from 221); Max value from RGB is 134 - color contains mainly: blue. Hex color #0F4886 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4886 is #F0B779. Grayscale: #3D3D3D. Windows color (decimal): -15775610 or 8800271. OLE color: 8800271.

HSL color Cylindrical-coordinate representation of color #0F4886: hue angle of 211.26º 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 #0F4886 is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 15 72 134 -
CMYK 0.89 0.46 0 0.47
HSL 211.26º 0.8% 0.29% -
HSV(B) 211.26º 0.89% 0.53% -
XYZ 6.82 6.46 23.44 -
YUV 62.03 168.62 94.46 -
System Red Green Blue C M Y K H S L
Decimal 15 72 134 0.89 0.46 0 0.47 211.26 0.8 0.29
Hex F 48 86 59 2E 0 2F D3 50 1D
Octal 17 110 206 131 56 0 57 323 120 35
Binary 1111 1001000 10000110 1011001 101110 0 101111 11010011 1010000 11101

Color Harmonies of #0F4886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4886

Black with #0F4886

Text Example


Text Example

White with #0F4886

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,72,134); }

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

background-color css

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

 a { background-color: rgb(15,72,134); }

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

border-color css

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

 span { border-color: rgb(15,72,134); }

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