Html Css Color HEX #0F4790 Dark Cerulean

📋 copy color: '#0F4790'

red 15 ◦ green 71 ◦ blue 144

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

Shades of Dark Cerulean #0F4790

Tints of Dark Cerulean #0F4790

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.87%

 BLUE value IS 144 (56.64% from 255) = 62.61%

R = 6.52%
G = 30.87%
B = 62.61%

CMYK

 C value IS 0.90

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0F4790 (or 0x0F4790) is known color: Dark Cerulean. HEX triplet: 0F, 47 and 90. RGB value is (15,71,144). Sum of RGB (Red+Green+Blue) = 15+71+144=230 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.52% from 230); Green value is 71 (28.12% from 255 or 30.87% from 230); Blue value is 144 (56.64% from 255 or 62.61% from 230); Max value from RGB is 144 - color contains mainly: blue. Hex color #0F4790 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4790 is #F0B86F. Grayscale: #3E3E3E. Windows color (decimal): -15775856 or 9455375. OLE color: 9455375.

HSL color Cylindrical-coordinate representation of color #0F4790: hue angle of 213.95º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F4790 is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 15 71 144 -
CMYK 0.90 0.51 0 0.44
HSL 213.95º 0.81% 0.31% -
HSV(B) 213.95º 0.9% 0.56% -
XYZ 7.48 6.62 27.27 -
YUV 62.58 173.95 94.06 -
System Red Green Blue C M Y K H S L
Decimal 15 71 144 0.90 0.51 0 0.44 213.95 0.81 0.31
Hex F 47 90 5A 33 0 2C D6 51 1F
Octal 17 107 220 132 63 0 54 326 121 37
Binary 1111 1000111 10010000 1011010 110011 0 101100 11010110 1010001 11111

Color Harmonies of #0F4790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4790

Black with #0F4790

Text Example


Text Example

White with #0F4790

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,71,144); }

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

background-color css

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

 a { background-color: rgb(15,71,144); }

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

border-color css

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

 span { border-color: rgb(15,71,144); }

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