Html Css Color HEX #0F466E Dark Cerulean

📋 copy color: '#0F466E'

red 15 ◦ green 70 ◦ blue 110

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

Shades of Dark Cerulean #0F466E

Tints of Dark Cerulean #0F466E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 56.41%

R = 7.69%
G = 35.9%
B = 56.41%

CMYK

 C value IS 0.86

 M value IS 0.36

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0F466E (or 0x0F466E) is known color: Dark Cerulean. HEX triplet: 0F, 46 and 6E. RGB value is (15,70,110). Sum of RGB (Red+Green+Blue) = 15+70+110=195 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.69% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 110 (43.36% from 255 or 56.41% from 195); Max value from RGB is 110 - color contains mainly: blue. Hex color #0F466E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F466E is #F0B991. Grayscale: #393939. Windows color (decimal): -15776146 or 7226895. OLE color: 7226895.

HSL color Cylindrical-coordinate representation of color #0F466E: hue angle of 205.26º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F466E is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 15 70 110 -
CMYK 0.86 0.36 0 0.57
HSL 205.26º 0.76% 0.25% -
HSV(B) 205.26º 0.86% 0.43% -
XYZ 5.2 5.61 15.56 -
YUV 58.12 157.28 97.25 -
System Red Green Blue C M Y K H S L
Decimal 15 70 110 0.86 0.36 0 0.57 205.26 0.76 0.25
Hex F 46 6E 56 24 0 39 CD 4C 19
Octal 17 106 156 126 44 0 71 315 114 31
Binary 1111 1000110 1101110 1010110 100100 0 111001 11001101 1001100 11001

Color Harmonies of #0F466E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F466E

Black with #0F466E

Text Example


Text Example

White with #0F466E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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