Html Css Color HEX #0F3584 Dark Cerulean

📋 copy color: '#0F3584'

red 15 ◦ green 53 ◦ blue 132

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

Shades of Dark Cerulean #0F3584

Tints of Dark Cerulean #0F3584

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.5%

 BLUE value IS 132 (51.95% from 255) = 66%

R = 7.5%
G = 26.5%
B = 66%

CMYK

 C value IS 0.89

 M value IS 0.60

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0F3584 (or 0x0F3584) is known color: Dark Cerulean. HEX triplet: 0F, 35 and 84. RGB value is (15,53,132). Sum of RGB (Red+Green+Blue) = 15+53+132=200 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.5% from 200); Green value is 53 (21.09% from 255 or 26.5% from 200); Blue value is 132 (51.95% from 255 or 66% from 200); Max value from RGB is 132 - color contains mainly: blue. Hex color #0F3584 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3584 is #F0CA7B. Grayscale: #323232. Windows color (decimal): -15780476 or 8664335. OLE color: 8664335.

HSL color Cylindrical-coordinate representation of color #0F3584: hue angle of 220.51º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F3584 is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 15 53 132 -
CMYK 0.89 0.60 0 0.48
HSL 220.51º 0.8% 0.29% -
HSV(B) 220.51º 0.89% 0.52% -
XYZ 5.63 4.31 22.37 -
YUV 50.64 173.91 102.58 -
System Red Green Blue C M Y K H S L
Decimal 15 53 132 0.89 0.60 0 0.48 220.51 0.8 0.29
Hex F 35 84 59 3C 0 30 DD 50 1D
Octal 17 65 204 131 74 0 60 335 120 35
Binary 1111 110101 10000100 1011001 111100 0 110000 11011101 1010000 11101

Color Harmonies of #0F3584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3584

Black with #0F3584

Text Example


Text Example

White with #0F3584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,53,132); }

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

background-color css

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

 a { background-color: rgb(15,53,132); }

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

border-color css

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

 span { border-color: rgb(15,53,132); }

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