Html Css Color HEX #0F467D Dark Cerulean

📋 copy color: '#0F467D'

red 15 ◦ green 70 ◦ blue 125

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

Shades of Dark Cerulean #0F467D

Tints of Dark Cerulean #0F467D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 59.52%

R = 7.14%
G = 33.33%
B = 59.52%

CMYK

 C value IS 0.88

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0F467D (or 0x0F467D) is known color: Dark Cerulean. HEX triplet: 0F, 46 and 7D. RGB value is (15,70,125). Sum of RGB (Red+Green+Blue) = 15+70+125=210 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.14% from 210); Green value is 70 (27.73% from 255 or 33.33% from 210); Blue value is 125 (49.22% from 255 or 59.52% from 210); Max value from RGB is 125 - color contains mainly: blue. Hex color #0F467D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F467D is #F0B982. Grayscale: #3B3B3B. Windows color (decimal): -15776131 or 8209935. OLE color: 8209935.

HSL color Cylindrical-coordinate representation of color #0F467D: hue angle of 210º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F467D is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 15 70 125 -
CMYK 0.88 0.44 0 0.51
HSL 210º 0.79% 0.27% -
HSV(B) 210º 0.88% 0.49% -
XYZ 6.09 5.96 20.23 -
YUV 59.83 164.78 96.03 -
System Red Green Blue C M Y K H S L
Decimal 15 70 125 0.88 0.44 0 0.51 210 0.79 0.27
Hex F 46 7D 58 2C 0 33 D2 4F 1B
Octal 17 106 175 130 54 0 63 322 117 33
Binary 1111 1000110 1111101 1011000 101100 0 110011 11010010 1001111 11011

Color Harmonies of #0F467D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F467D

Black with #0F467D

Text Example


Text Example

White with #0F467D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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