Html Css Color HEX #0F3979 Dark Cerulean

📋 copy color: '#0F3979'

red 15 ◦ green 57 ◦ blue 121

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

Shades of Dark Cerulean #0F3979

Tints of Dark Cerulean #0F3979

RGB

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

 GREEN value IS 57 (22.66% from 255) = 29.53%

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

R = 7.77%
G = 29.53%
B = 62.69%

CMYK

 C value IS 0.88

 M value IS 0.53

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0F3979 (or 0x0F3979) is known color: Dark Cerulean. HEX triplet: 0F, 39 and 79. RGB value is (15,57,121). Sum of RGB (Red+Green+Blue) = 15+57+121=193 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.77% from 193); Green value is 57 (22.66% from 255 or 29.53% from 193); Blue value is 121 (47.66% from 255 or 62.69% from 193); Max value from RGB is 121 - color contains mainly: blue. Hex color #0F3979 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3979 is #F0C686. Grayscale: #333333. Windows color (decimal): -15779463 or 7944463. OLE color: 7944463.

HSL color Cylindrical-coordinate representation of color #0F3979: hue angle of 216.23º 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 #0F3979 is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 15 57 121 -
CMYK 0.88 0.53 0 0.53
HSL 216.23º 0.78% 0.27% -
HSV(B) 216.23º 0.88% 0.47% -
XYZ 5.11 4.41 18.67 -
YUV 51.74 167.09 101.8 -
System Red Green Blue C M Y K H S L
Decimal 15 57 121 0.88 0.53 0 0.53 216.23 0.78 0.27
Hex F 39 79 58 35 0 35 D8 4E 1B
Octal 17 71 171 130 65 0 65 330 116 33
Binary 1111 111001 1111001 1011000 110101 0 110101 11011000 1001110 11011

Color Harmonies of #0F3979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3979

Black with #0F3979

Text Example


Text Example

White with #0F3979

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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