Html Css Color HEX #0F467F Dark Cerulean

📋 copy color: '#0F467F'

red 15 ◦ green 70 ◦ blue 127

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

Shades of Dark Cerulean #0F467F

Tints of Dark Cerulean #0F467F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 59.91%

R = 7.08%
G = 33.02%
B = 59.91%

CMYK

 C value IS 0.88

 M value IS 0.45

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#0F467F (or 0x0F467F) is known color: Dark Cerulean. HEX triplet: 0F, 46 and 7F. RGB value is (15,70,127). Sum of RGB (Red+Green+Blue) = 15+70+127=212 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.08% from 212); Green value is 70 (27.73% from 255 or 33.02% from 212); Blue value is 127 (50% from 255 or 59.91% from 212); Max value from RGB is 127 - color contains mainly: blue. Hex color #0F467F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F467F is #F0B980. Grayscale: #3B3B3B. Windows color (decimal): -15776129 or 8341007. OLE color: 8341007.

HSL color Cylindrical-coordinate representation of color #0F467F: hue angle of 210.54º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F467F is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 15 70 127 -
CMYK 0.88 0.45 0 0.50
HSL 210.54º 0.79% 0.28% -
HSV(B) 210.54º 0.88% 0.5% -
XYZ 6.22 6.01 20.91 -
YUV 60.05 165.78 95.87 -
System Red Green Blue C M Y K H S L
Decimal 15 70 127 0.88 0.45 0 0.50 210.54 0.79 0.28
Hex F 46 7F 58 2D 0 32 D3 4F 1C
Octal 17 106 177 130 55 0 62 323 117 34
Binary 1111 1000110 1111111 1011000 101101 0 110010 11010011 1001111 11100

Color Harmonies of #0F467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F467F

Black with #0F467F

Text Example


Text Example

White with #0F467F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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