Html Css Color HEX #0F4490 Dark Cerulean

📋 copy color: '#0F4490'

red 15 ◦ green 68 ◦ blue 144

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

Shades of Dark Cerulean #0F4490

Tints of Dark Cerulean #0F4490

RGB

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

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

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

R = 6.61%
G = 29.96%
B = 63.44%

CMYK

 C value IS 0.90

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0F4490 (or 0x0F4490) is known color: Dark Cerulean. HEX triplet: 0F, 44 and 90. RGB value is (15,68,144). Sum of RGB (Red+Green+Blue) = 15+68+144=227 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.61% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 144 (56.64% from 255 or 63.44% from 227); Max value from RGB is 144 - color contains mainly: blue. Hex color #0F4490 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4490 is #F0BB6F. Grayscale: #3C3C3C. Windows color (decimal): -15776624 or 9454607. OLE color: 9454607.

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

Color convert

RGB 15 68 144 -
CMYK 0.90 0.53 0 0.44
HSL 215.35º 0.81% 0.31% -
HSV(B) 215.35º 0.9% 0.56% -
XYZ 7.3 6.25 27.21 -
YUV 60.82 174.94 95.32 -
System Red Green Blue C M Y K H S L
Decimal 15 68 144 0.90 0.53 0 0.44 215.35 0.81 0.31
Hex F 44 90 5A 35 0 2C D7 51 1F
Octal 17 104 220 132 65 0 54 327 121 37
Binary 1111 1000100 10010000 1011010 110101 0 101100 11010111 1010001 11111

Color Harmonies of #0F4490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4490

Black with #0F4490

Text Example


Text Example

White with #0F4490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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