Html Css Color HEX #0F4792 Dark Cerulean

📋 copy color: '#0F4792'

red 15 ◦ green 71 ◦ blue 146

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

Shades of Dark Cerulean #0F4792

Tints of Dark Cerulean #0F4792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 62.93%

R = 6.47%
G = 30.6%
B = 62.93%

CMYK

 C value IS 0.90

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0F4792 (or 0x0F4792) is known color: Dark Cerulean. HEX triplet: 0F, 47 and 92. RGB value is (15,71,146). Sum of RGB (Red+Green+Blue) = 15+71+146=232 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.47% from 232); Green value is 71 (28.12% from 255 or 30.60% from 232); Blue value is 146 (57.42% from 255 or 62.93% from 232); Max value from RGB is 146 - color contains mainly: blue. Hex color #0F4792 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4792 is #F0B86D. Grayscale: #3E3E3E. Windows color (decimal): -15775854 or 9586447. OLE color: 9586447.

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

Color convert

RGB 15 71 146 -
CMYK 0.90 0.51 0 0.43
HSL 214.35º 0.81% 0.32% -
HSV(B) 214.35º 0.9% 0.57% -
XYZ 7.64 6.68 28.08 -
YUV 62.81 174.95 93.9 -
System Red Green Blue C M Y K H S L
Decimal 15 71 146 0.90 0.51 0 0.43 214.35 0.81 0.32
Hex F 47 92 5A 33 0 2B D6 51 20
Octal 17 107 222 132 63 0 53 326 121 40
Binary 1111 1000111 10010010 1011010 110011 0 101011 11010110 1010001 100000

Color Harmonies of #0F4792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4792

Black with #0F4792

Text Example


Text Example

White with #0F4792

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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