Html Css Color HEX #0F4A82 Dark Cerulean

📋 copy color: '#0F4A82'

red 15 ◦ green 74 ◦ blue 130

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

Shades of Dark Cerulean #0F4A82

Tints of Dark Cerulean #0F4A82

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.79%

 BLUE value IS 130 (51.17% from 255) = 59.36%

R = 6.85%
G = 33.79%
B = 59.36%

CMYK

 C value IS 0.88

 M value IS 0.43

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#0F4A82 (or 0x0F4A82) is known color: Dark Cerulean. HEX triplet: 0F, 4A and 82. RGB value is (15,74,130). Sum of RGB (Red+Green+Blue) = 15+74+130=219 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.85% from 219); Green value is 74 (29.30% from 255 or 33.79% from 219); Blue value is 130 (51.17% from 255 or 59.36% from 219); Max value from RGB is 130 - color contains mainly: blue. Hex color #0F4A82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4A82 is #F0B57D. Grayscale: #3E3E3E. Windows color (decimal): -15775102 or 8538639. OLE color: 8538639.

HSL color Cylindrical-coordinate representation of color #0F4A82: hue angle of 209.22º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F4A82 is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 15 74 130 -
CMYK 0.88 0.43 0 0.49
HSL 209.22º 0.79% 0.28% -
HSV(B) 209.22º 0.88% 0.51% -
XYZ 6.68 6.61 22.04 -
YUV 62.74 165.95 93.95 -
System Red Green Blue C M Y K H S L
Decimal 15 74 130 0.88 0.43 0 0.49 209.22 0.79 0.28
Hex F 4A 82 58 2B 0 31 D1 4F 1C
Octal 17 112 202 130 53 0 61 321 117 34
Binary 1111 1001010 10000010 1011000 101011 0 110001 11010001 1001111 11100

Color Harmonies of #0F4A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4A82

Black with #0F4A82

Text Example


Text Example

White with #0F4A82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,74,130); }

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

background-color css

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

 a { background-color: rgb(15,74,130); }

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

border-color css

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

 span { border-color: rgb(15,74,130); }

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