Html Css Color HEX #0F5689 Dark Cerulean

📋 copy color: '#0F5689'

red 15 ◦ green 86 ◦ blue 137

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

Shades of Dark Cerulean #0F5689

Tints of Dark Cerulean #0F5689

RGB

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

 GREEN value IS 86 (33.98% from 255) = 36.13%

 BLUE value IS 137 (53.91% from 255) = 57.56%

R = 6.3%
G = 36.13%
B = 57.56%

CMYK

 C value IS 0.89

 M value IS 0.37

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0F5689 (or 0x0F5689) is known color: Dark Cerulean. HEX triplet: 0F, 56 and 89. RGB value is (15,86,137). Sum of RGB (Red+Green+Blue) = 15+86+137=238 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.30% from 238); Green value is 86 (33.98% from 255 or 36.13% from 238); Blue value is 137 (53.91% from 255 or 57.56% from 238); Max value from RGB is 137 - color contains mainly: blue. Hex color #0F5689 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5689 is #F0A976. Grayscale: #464646. Windows color (decimal): -15772023 or 9000463. OLE color: 9000463.

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

Color convert

RGB 15 86 137 -
CMYK 0.89 0.37 0 0.46
HSL 205.08º 0.8% 0.3% -
HSV(B) 205.08º 0.89% 0.54% -
XYZ 8.04 8.56 24.9 -
YUV 70.59 165.48 88.35 -
System Red Green Blue C M Y K H S L
Decimal 15 86 137 0.89 0.37 0 0.46 205.08 0.8 0.3
Hex F 56 89 59 25 0 2E CD 50 1E
Octal 17 126 211 131 45 0 56 315 120 36
Binary 1111 1010110 10001001 1011001 100101 0 101110 11001101 1010000 11110

Color Harmonies of #0F5689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5689

Black with #0F5689

Text Example


Text Example

White with #0F5689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,86,137); }

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

background-color css

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

 a { background-color: rgb(15,86,137); }

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

border-color css

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

 span { border-color: rgb(15,86,137); }

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