Html Css Color HEX #073A87 Dark Cerulean

📋 copy color: '#073A87'

red 7 ◦ green 58 ◦ blue 135

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

Shades of Dark Cerulean #073A87

Tints of Dark Cerulean #073A87

RGB

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

 GREEN value IS 58 (23.05% from 255) = 29%

 BLUE value IS 135 (53.13% from 255) = 67.5%

R = 3.5%
G = 29%
B = 67.5%

CMYK

 C value IS 0.95

 M value IS 0.57

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#073A87 (or 0x073A87) is known color: Dark Cerulean. HEX triplet: 07, 3A and 87. RGB value is (7,58,135). Sum of RGB (Red+Green+Blue) = 7+58+135=200 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.5% from 200); Green value is 58 (23.05% from 255 or 29% from 200); Blue value is 135 (53.12% from 255 or 67.5% from 200); Max value from RGB is 135 - color contains mainly: blue. Hex color #073A87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073A87 is #F8C578. Grayscale: #333333. Windows color (decimal): -16303481 or 8862215. OLE color: 8862215.

HSL color Cylindrical-coordinate representation of color #073A87: hue angle of 216.09º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #073A87 is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 7 58 135 -
CMYK 0.95 0.57 0 0.47
HSL 216.09º 0.9% 0.28% -
HSV(B) 216.09º 0.95% 0.53% -
XYZ 5.97 4.82 23.54 -
YUV 51.53 175.1 96.24 -
System Red Green Blue C M Y K H S L
Decimal 7 58 135 0.95 0.57 0 0.47 216.09 0.9 0.28
Hex 7 3A 87 5F 39 0 2F D8 5A 1C
Octal 7 72 207 137 71 0 57 330 132 34
Binary 111 111010 10000111 1011111 111001 0 101111 11011000 1011010 11100

Color Harmonies of #073A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073A87

Black with #073A87

Text Example


Text Example

White with #073A87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,58,135); }

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

background-color css

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

 a { background-color: rgb(7,58,135); }

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

border-color css

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

 span { border-color: rgb(7,58,135); }

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