Html Css Color HEX #0F3779 Dark Cerulean

📋 copy color: '#0F3779'

red 15 ◦ green 55 ◦ blue 121

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

Shades of Dark Cerulean #0F3779

Tints of Dark Cerulean #0F3779

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.8%

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

R = 7.85%
G = 28.8%
B = 63.35%

CMYK

 C value IS 0.88

 M value IS 0.55

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0F3779 (or 0x0F3779) is known color: Dark Cerulean. HEX triplet: 0F, 37 and 79. RGB value is (15,55,121). Sum of RGB (Red+Green+Blue) = 15+55+121=191 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.85% from 191); Green value is 55 (21.88% from 255 or 28.80% from 191); Blue value is 121 (47.66% from 255 or 63.35% from 191); Max value from RGB is 121 - color contains mainly: blue. Hex color #0F3779 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3779 is #F0C886. Grayscale: #323232. Windows color (decimal): -15779975 or 7943951. OLE color: 7943951.

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

Color convert

RGB 15 55 121 -
CMYK 0.88 0.55 0 0.53
HSL 217.36º 0.78% 0.27% -
HSV(B) 217.36º 0.88% 0.47% -
XYZ 5.01 4.21 18.64 -
YUV 50.56 167.75 102.63 -
System Red Green Blue C M Y K H S L
Decimal 15 55 121 0.88 0.55 0 0.53 217.36 0.78 0.27
Hex F 37 79 58 37 0 35 D9 4E 1B
Octal 17 67 171 130 67 0 65 331 116 33
Binary 1111 110111 1111001 1011000 110111 0 110101 11011001 1001110 11011

Color Harmonies of #0F3779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3779

Black with #0F3779

Text Example


Text Example

White with #0F3779

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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