Html Css Color HEX #073D89 Dark Cerulean

📋 copy color: '#073D89'

red 7 ◦ green 61 ◦ blue 137

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

Shades of Dark Cerulean #073D89

Tints of Dark Cerulean #073D89

RGB

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

 GREEN value IS 61 (24.22% from 255) = 29.76%

 BLUE value IS 137 (53.91% from 255) = 66.83%

R = 3.41%
G = 29.76%
B = 66.83%

CMYK

 C value IS 0.95

 M value IS 0.55

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#073D89 (or 0x073D89) is known color: Dark Cerulean. HEX triplet: 07, 3D and 89. RGB value is (7,61,137). Sum of RGB (Red+Green+Blue) = 7+61+137=205 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.41% from 205); Green value is 61 (24.22% from 255 or 29.76% from 205); Blue value is 137 (53.91% from 255 or 66.83% from 205); Max value from RGB is 137 - color contains mainly: blue. Hex color #073D89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073D89 is #F8C276. Grayscale: #353535. Windows color (decimal): -16302711 or 8994055. OLE color: 8994055.

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

Color convert

RGB 7 61 137 -
CMYK 0.95 0.55 0 0.46
HSL 215.08º 0.9% 0.28% -
HSV(B) 215.08º 0.95% 0.54% -
XYZ 6.27 5.19 24.34 -
YUV 53.52 175.11 94.82 -
System Red Green Blue C M Y K H S L
Decimal 7 61 137 0.95 0.55 0 0.46 215.08 0.9 0.28
Hex 7 3D 89 5F 37 0 2E D7 5A 1C
Octal 7 75 211 137 67 0 56 327 132 34
Binary 111 111101 10001001 1011111 110111 0 101110 11010111 1011010 11100

Color Harmonies of #073D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073D89

Black with #073D89

Text Example


Text Example

White with #073D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,61,137); }

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

background-color css

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

 a { background-color: rgb(7,61,137); }

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

border-color css

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

 span { border-color: rgb(7,61,137); }

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