Html Css Color HEX #073682 Dark Cerulean

📋 copy color: '#073682'

red 7 ◦ green 54 ◦ blue 130

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

Shades of Dark Cerulean #073682

Tints of Dark Cerulean #073682

RGB

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

 GREEN value IS 54 (21.48% from 255) = 28.27%

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

R = 3.66%
G = 28.27%
B = 68.06%

CMYK

 C value IS 0.95

 M value IS 0.58

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#073682 (or 0x073682) is known color: Dark Cerulean. HEX triplet: 07, 36 and 82. RGB value is (7,54,130). Sum of RGB (Red+Green+Blue) = 7+54+130=191 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.66% from 191); Green value is 54 (21.48% from 255 or 28.27% from 191); Blue value is 130 (51.17% from 255 or 68.06% from 191); Max value from RGB is 130 - color contains mainly: blue. Hex color #073682 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073682 is #F8C97D. Grayscale: #303030. Windows color (decimal): -16304510 or 8533511. OLE color: 8533511.

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

Color convert

RGB 7 54 130 -
CMYK 0.95 0.58 0 0.49
HSL 217.07º 0.9% 0.27% -
HSV(B) 217.07º 0.95% 0.51% -
XYZ 5.44 4.3 21.66 -
YUV 48.61 173.93 98.32 -
System Red Green Blue C M Y K H S L
Decimal 7 54 130 0.95 0.58 0 0.49 217.07 0.9 0.27
Hex 7 36 82 5F 3A 0 31 D9 5A 1B
Octal 7 66 202 137 72 0 61 331 132 33
Binary 111 110110 10000010 1011111 111010 0 110001 11011001 1011010 11011

Color Harmonies of #073682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073682

Black with #073682

Text Example


Text Example

White with #073682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073682; }

 p { color: rgb(7,54,130); }

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

background-color css

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

 a { background-color: rgb(7,54,130); }

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

border-color css

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

 span { border-color: rgb(7,54,130); }

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