Html Css Color HEX #0F4592 Dark Cerulean

📋 copy color: '#0F4592'

red 15 ◦ green 69 ◦ blue 146

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

Shades of Dark Cerulean #0F4592

Tints of Dark Cerulean #0F4592

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30%

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

R = 6.52%
G = 30%
B = 63.48%

CMYK

 C value IS 0.90

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0F4592 (or 0x0F4592) is known color: Dark Cerulean. HEX triplet: 0F, 45 and 92. RGB value is (15,69,146). Sum of RGB (Red+Green+Blue) = 15+69+146=230 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.52% from 230); Green value is 69 (27.34% from 255 or 30% from 230); Blue value is 146 (57.42% from 255 or 63.48% from 230); Max value from RGB is 146 - color contains mainly: blue. Hex color #0F4592 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4592 is #F0BA6D. Grayscale: #3D3D3D. Windows color (decimal): -15776366 or 9585935. OLE color: 9585935.

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

Color convert

RGB 15 69 146 -
CMYK 0.90 0.53 0 0.43
HSL 215.27º 0.81% 0.32% -
HSV(B) 215.27º 0.9% 0.57% -
XYZ 7.51 6.43 28.04 -
YUV 61.63 175.61 94.74 -
System Red Green Blue C M Y K H S L
Decimal 15 69 146 0.90 0.53 0 0.43 215.27 0.81 0.32
Hex F 45 92 5A 35 0 2B D7 51 20
Octal 17 105 222 132 65 0 53 327 121 40
Binary 1111 1000101 10010010 1011010 110101 0 101011 11010111 1010001 100000

Color Harmonies of #0F4592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4592

Black with #0F4592

Text Example


Text Example

White with #0F4592

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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