Html Css Color HEX #0F4075 Dark Cerulean

📋 copy color: '#0F4075'

red 15 ◦ green 64 ◦ blue 117

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

Shades of Dark Cerulean #0F4075

Tints of Dark Cerulean #0F4075

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32.65%

 BLUE value IS 117 (46.09% from 255) = 59.69%

R = 7.65%
G = 32.65%
B = 59.69%

CMYK

 C value IS 0.87

 M value IS 0.45

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0F4075 (or 0x0F4075) is known color: Dark Cerulean. HEX triplet: 0F, 40 and 75. RGB value is (15,64,117). Sum of RGB (Red+Green+Blue) = 15+64+117=196 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.65% from 196); Green value is 64 (25.39% from 255 or 32.65% from 196); Blue value is 117 (46.09% from 255 or 59.69% from 196); Max value from RGB is 117 - color contains mainly: blue. Hex color #0F4075 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4075 is #F0BF8A. Grayscale: #373737. Windows color (decimal): -15777675 or 7684111. OLE color: 7684111.

HSL color Cylindrical-coordinate representation of color #0F4075: hue angle of 211.18º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F4075 is Cyan = 0.87, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 15 64 117 -
CMYK 0.87 0.45 0 0.54
HSL 211.18º 0.77% 0.26% -
HSV(B) 211.18º 0.87% 0.46% -
XYZ 5.24 5.05 17.53 -
YUV 55.39 162.77 99.19 -
System Red Green Blue C M Y K H S L
Decimal 15 64 117 0.87 0.45 0 0.54 211.18 0.77 0.26
Hex F 40 75 57 2D 0 36 D3 4D 1A
Octal 17 100 165 127 55 0 66 323 115 32
Binary 1111 1000000 1110101 1010111 101101 0 110110 11010011 1001101 11010

Color Harmonies of #0F4075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4075

Black with #0F4075

Text Example


Text Example

White with #0F4075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,64,117); }

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

background-color css

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

 a { background-color: rgb(15,64,117); }

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

border-color css

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

 span { border-color: rgb(15,64,117); }

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