Html Css Color HEX #0F4175 Dark Cerulean

📋 copy color: '#0F4175'

red 15 ◦ green 65 ◦ blue 117

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

Shades of Dark Cerulean #0F4175

Tints of Dark Cerulean #0F4175

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.99%

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

R = 7.61%
G = 32.99%
B = 59.39%

CMYK

 C value IS 0.87

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0F4175 (or 0x0F4175) is known color: Dark Cerulean. HEX triplet: 0F, 41 and 75. RGB value is (15,65,117). Sum of RGB (Red+Green+Blue) = 15+65+117=197 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.61% from 197); Green value is 65 (25.78% from 255 or 32.99% from 197); Blue value is 117 (46.09% from 255 or 59.39% from 197); Max value from RGB is 117 - color contains mainly: blue. Hex color #0F4175 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4175 is #F0BE8A. Grayscale: #373737. Windows color (decimal): -15777419 or 7684367. OLE color: 7684367.

HSL color Cylindrical-coordinate representation of color #0F4175: hue angle of 210.59º 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 #0F4175 is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 15 65 117 -
CMYK 0.87 0.44 0 0.54
HSL 210.59º 0.77% 0.26% -
HSV(B) 210.59º 0.87% 0.46% -
XYZ 5.3 5.17 17.55 -
YUV 55.98 162.44 98.77 -
System Red Green Blue C M Y K H S L
Decimal 15 65 117 0.87 0.44 0 0.54 210.59 0.77 0.26
Hex F 41 75 57 2C 0 36 D3 4D 1A
Octal 17 101 165 127 54 0 66 323 115 32
Binary 1111 1000001 1110101 1010111 101100 0 110110 11010011 1001101 11010

Color Harmonies of #0F4175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4175

Black with #0F4175

Text Example


Text Example

White with #0F4175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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