Html Css Color HEX #073282 Dark Cerulean

📋 copy color: '#073282'

red 7 ◦ green 50 ◦ blue 130

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

Shades of Dark Cerulean #073282

Tints of Dark Cerulean #073282

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.74%

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

R = 3.74%
G = 26.74%
B = 69.52%

CMYK

 C value IS 0.95

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#073282 (or 0x073282) is known color: Dark Cerulean. HEX triplet: 07, 32 and 82. RGB value is (7,50,130). Sum of RGB (Red+Green+Blue) = 7+50+130=187 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.74% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 130 (51.17% from 255 or 69.52% from 187); Max value from RGB is 130 - color contains mainly: blue. Hex color #073282 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073282 is #F8CD7D. Grayscale: #2D2D2D. Windows color (decimal): -16305534 or 8532487. OLE color: 8532487.

HSL color Cylindrical-coordinate representation of color #073282: hue angle of 219.02º 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 #073282 is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 7 50 130 -
CMYK 0.95 0.62 0 0.49
HSL 219.02º 0.9% 0.27% -
HSV(B) 219.02º 0.95% 0.51% -
XYZ 5.26 3.94 21.6 -
YUV 46.26 175.25 100 -
System Red Green Blue C M Y K H S L
Decimal 7 50 130 0.95 0.62 0 0.49 219.02 0.9 0.27
Hex 7 32 82 5F 3E 0 31 DB 5A 1B
Octal 7 62 202 137 76 0 61 333 132 33
Binary 111 110010 10000010 1011111 111110 0 110001 11011011 1011010 11011

Color Harmonies of #073282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073282

Black with #073282

Text Example


Text Example

White with #073282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073282; }

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

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

background-color css

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

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

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

border-color css

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

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

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