Html Css Color HEX #0F466C Dark Cerulean

📋 copy color: '#0F466C'

red 15 ◦ green 70 ◦ blue 108

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

Shades of Dark Cerulean #0F466C

Tints of Dark Cerulean #0F466C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 36.27%

 BLUE value IS 108 (42.58% from 255) = 55.96%

R = 7.77%
G = 36.27%
B = 55.96%

CMYK

 C value IS 0.86

 M value IS 0.35

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0F466C (or 0x0F466C) is known color: Dark Cerulean. HEX triplet: 0F, 46 and 6C. RGB value is (15,70,108). Sum of RGB (Red+Green+Blue) = 15+70+108=193 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.77% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 108 (42.58% from 255 or 55.96% from 193); Max value from RGB is 108 - color contains mainly: blue. Hex color #0F466C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F466C is #F0B993. Grayscale: #393939. Windows color (decimal): -15776148 or 7095823. OLE color: 7095823.

HSL color Cylindrical-coordinate representation of color #0F466C: hue angle of 204.52º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F466C is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 15 70 108 -
CMYK 0.86 0.35 0 0.58
HSL 204.52º 0.76% 0.24% -
HSV(B) 204.52º 0.86% 0.42% -
XYZ 5.09 5.56 14.99 -
YUV 57.89 156.28 97.41 -
System Red Green Blue C M Y K H S L
Decimal 15 70 108 0.86 0.35 0 0.58 204.52 0.76 0.24
Hex F 46 6C 56 23 0 3A CD 4C 18
Octal 17 106 154 126 43 0 72 315 114 30
Binary 1111 1000110 1101100 1010110 100011 0 111010 11001101 1001100 11000

Color Harmonies of #0F466C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F466C

Black with #0F466C

Text Example


Text Example

White with #0F466C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,70,108); }

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

background-color css

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

 a { background-color: rgb(15,70,108); }

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

border-color css

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

 span { border-color: rgb(15,70,108); }

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