Html Css Color HEX #0F4B79 Dark Cerulean

📋 copy color: '#0F4B79'

red 15 ◦ green 75 ◦ blue 121

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

Shades of Dark Cerulean #0F4B79

Tints of Dark Cerulean #0F4B79

RGB

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

 GREEN value IS 75 (29.69% from 255) = 35.55%

 BLUE value IS 121 (47.66% from 255) = 57.35%

R = 7.11%
G = 35.55%
B = 57.35%

CMYK

 C value IS 0.88

 M value IS 0.38

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0F4B79 (or 0x0F4B79) is known color: Dark Cerulean. HEX triplet: 0F, 4B and 79. RGB value is (15,75,121). Sum of RGB (Red+Green+Blue) = 15+75+121=211 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.11% from 211); Green value is 75 (29.69% from 255 or 35.55% from 211); Blue value is 121 (47.66% from 255 or 57.35% from 211); Max value from RGB is 121 - color contains mainly: blue. Hex color #0F4B79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4B79 is #F0B486. Grayscale: #3E3E3E. Windows color (decimal): -15774855 or 7949071. OLE color: 7949071.

HSL color Cylindrical-coordinate representation of color #0F4B79: hue angle of 206.04º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F4B79 is Cyan = 0.88, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 15 75 121 -
CMYK 0.88 0.38 0 0.53
HSL 206.04º 0.78% 0.27% -
HSV(B) 206.04º 0.88% 0.47% -
XYZ 6.16 6.51 19.02 -
YUV 62.3 161.12 94.26 -
System Red Green Blue C M Y K H S L
Decimal 15 75 121 0.88 0.38 0 0.53 206.04 0.78 0.27
Hex F 4B 79 58 26 0 35 CE 4E 1B
Octal 17 113 171 130 46 0 65 316 116 33
Binary 1111 1001011 1111001 1011000 100110 0 110101 11001110 1001110 11011

Color Harmonies of #0F4B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4B79

Black with #0F4B79

Text Example


Text Example

White with #0F4B79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,75,121); }

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

background-color css

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

 a { background-color: rgb(15,75,121); }

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

border-color css

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

 span { border-color: rgb(15,75,121); }

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