Html Css Color HEX #073584 Dark Cerulean

📋 copy color: '#073584'

red 7 ◦ green 53 ◦ blue 132

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

Shades of Dark Cerulean #073584

Tints of Dark Cerulean #073584

RGB

 RED value IS 7 (3.13% from 255) = 3.65%

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

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

R = 3.65%
G = 27.6%
B = 68.75%

CMYK

 C value IS 0.95

 M value IS 0.60

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#073584 (or 0x073584) is known color: Dark Cerulean. HEX triplet: 07, 35 and 84. RGB value is (7,53,132). Sum of RGB (Red+Green+Blue) = 7+53+132=192 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.65% from 192); Green value is 53 (21.09% from 255 or 27.60% from 192); Blue value is 132 (51.95% from 255 or 68.75% from 192); Max value from RGB is 132 - color contains mainly: blue. Hex color #073584 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073584 is #F8CA7B. Grayscale: #2F2F2F. Windows color (decimal): -16304764 or 8664327. OLE color: 8664327.

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

Color convert

RGB 7 53 132 -
CMYK 0.95 0.60 0 0.48
HSL 217.92º 0.9% 0.27% -
HSV(B) 217.92º 0.95% 0.52% -
XYZ 5.53 4.26 22.36 -
YUV 48.25 175.26 98.58 -
System Red Green Blue C M Y K H S L
Decimal 7 53 132 0.95 0.60 0 0.48 217.92 0.9 0.27
Hex 7 35 84 5F 3C 0 30 DA 5A 1B
Octal 7 65 204 137 74 0 60 332 132 33
Binary 111 110101 10000100 1011111 111100 0 110000 11011010 1011010 11011

Color Harmonies of #073584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073584

Black with #073584

Text Example


Text Example

White with #073584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073584; }

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

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

background-color css

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

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

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

border-color css

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

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

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