Html Css Color HEX #0F568D Dark Cerulean

📋 copy color: '#0F568D'

red 15 ◦ green 86 ◦ blue 141

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

Shades of Dark Cerulean #0F568D

Tints of Dark Cerulean #0F568D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 58.26%

R = 6.2%
G = 35.54%
B = 58.26%

CMYK

 C value IS 0.89

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0F568D (or 0x0F568D) is known color: Dark Cerulean. HEX triplet: 0F, 56 and 8D. RGB value is (15,86,141). Sum of RGB (Red+Green+Blue) = 15+86+141=242 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.20% from 242); Green value is 86 (33.98% from 255 or 35.54% from 242); Blue value is 141 (55.47% from 255 or 58.26% from 242); Max value from RGB is 141 - color contains mainly: blue. Hex color #0F568D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F568D is #F0A972. Grayscale: #464646. Windows color (decimal): -15772019 or 9262607. OLE color: 9262607.

HSL color Cylindrical-coordinate representation of color #0F568D: hue angle of 206.19º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F568D is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 15 86 141 -
CMYK 0.89 0.39 0 0.45
HSL 206.19º 0.81% 0.31% -
HSV(B) 206.19º 0.89% 0.55% -
XYZ 8.33 8.68 26.44 -
YUV 71.04 167.48 88.03 -
System Red Green Blue C M Y K H S L
Decimal 15 86 141 0.89 0.39 0 0.45 206.19 0.81 0.31
Hex F 56 8D 59 27 0 2D CE 51 1F
Octal 17 126 215 131 47 0 55 316 121 37
Binary 1111 1010110 10001101 1011001 100111 0 101101 11001110 1010001 11111

Color Harmonies of #0F568D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F568D

Black with #0F568D

Text Example


Text Example

White with #0F568D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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