Html Css Color HEX #0F4478 Dark Cerulean

📋 copy color: '#0F4478'

red 15 ◦ green 68 ◦ blue 120

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

Shades of Dark Cerulean #0F4478

Tints of Dark Cerulean #0F4478

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.5%

 BLUE value IS 120 (47.27% from 255) = 59.11%

R = 7.39%
G = 33.5%
B = 59.11%

CMYK

 C value IS 0.87

 M value IS 0.43

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0F4478 (or 0x0F4478) is known color: Dark Cerulean. HEX triplet: 0F, 44 and 78. RGB value is (15,68,120). Sum of RGB (Red+Green+Blue) = 15+68+120=203 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.39% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 120 (47.27% from 255 or 59.11% from 203); Max value from RGB is 120 - color contains mainly: blue. Hex color #0F4478 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4478 is #F0BB87. Grayscale: #393939. Windows color (decimal): -15776648 or 7881743. OLE color: 7881743.

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

Color convert

RGB 15 68 120 -
CMYK 0.87 0.43 0 0.53
HSL 209.71º 0.78% 0.26% -
HSV(B) 209.71º 0.88% 0.47% -
XYZ 5.65 5.59 18.55 -
YUV 58.08 162.94 97.27 -
System Red Green Blue C M Y K H S L
Decimal 15 68 120 0.87 0.43 0 0.53 209.71 0.78 0.26
Hex F 44 78 57 2B 0 35 D2 4E 1A
Octal 17 104 170 127 53 0 65 322 116 32
Binary 1111 1000100 1111000 1010111 101011 0 110101 11010010 1001110 11010

Color Harmonies of #0F4478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4478

Black with #0F4478

Text Example


Text Example

White with #0F4478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,68,120); }

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

background-color css

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

 a { background-color: rgb(15,68,120); }

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

border-color css

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

 span { border-color: rgb(15,68,120); }

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