Html Css Color HEX #073F82 Dark Cerulean

📋 copy color: '#073F82'

red 7 ◦ green 63 ◦ blue 130

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

Shades of Dark Cerulean #073F82

Tints of Dark Cerulean #073F82

RGB

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

 GREEN value IS 63 (25% from 255) = 31.5%

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

R = 3.5%
G = 31.5%
B = 65%

CMYK

 C value IS 0.95

 M value IS 0.52

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#073F82 (or 0x073F82) is known color: Dark Cerulean. HEX triplet: 07, 3F and 82. RGB value is (7,63,130). Sum of RGB (Red+Green+Blue) = 7+63+130=200 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.5% from 200); Green value is 63 (25% from 255 or 31.5% from 200); Blue value is 130 (51.17% from 255 or 65% from 200); Max value from RGB is 130 - color contains mainly: blue. Hex color #073F82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073F82 is #F8C07D. Grayscale: #353535. Windows color (decimal): -16302206 or 8535815. OLE color: 8535815.

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

Color convert

RGB 7 63 130 -
CMYK 0.95 0.52 0 0.49
HSL 212.68º 0.9% 0.27% -
HSV(B) 212.68º 0.95% 0.51% -
XYZ 5.89 5.21 21.81 -
YUV 53.89 170.95 94.55 -
System Red Green Blue C M Y K H S L
Decimal 7 63 130 0.95 0.52 0 0.49 212.68 0.9 0.27
Hex 7 3F 82 5F 34 0 31 D5 5A 1B
Octal 7 77 202 137 64 0 61 325 132 33
Binary 111 111111 10000010 1011111 110100 0 110001 11010101 1011010 11011

Color Harmonies of #073F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073F82

Black with #073F82

Text Example


Text Example

White with #073F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073F82; }

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

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

background-color css

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

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

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

border-color css

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

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

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