Html Css Color HEX #073E8D Dark Cerulean

📋 copy color: '#073E8D'

red 7 ◦ green 62 ◦ blue 141

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

Shades of Dark Cerulean #073E8D

Tints of Dark Cerulean #073E8D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 29.52%

 BLUE value IS 141 (55.47% from 255) = 67.14%

R = 3.33%
G = 29.52%
B = 67.14%

CMYK

 C value IS 0.95

 M value IS 0.56

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#073E8D (or 0x073E8D) is known color: Dark Cerulean. HEX triplet: 07, 3E and 8D. RGB value is (7,62,141). Sum of RGB (Red+Green+Blue) = 7+62+141=210 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.33% from 210); Green value is 62 (24.61% from 255 or 29.52% from 210); Blue value is 141 (55.47% from 255 or 67.14% from 210); Max value from RGB is 141 - color contains mainly: blue. Hex color #073E8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073E8D is #F8C172. Grayscale: #363636. Windows color (decimal): -16302451 or 9256455. OLE color: 9256455.

HSL color Cylindrical-coordinate representation of color #073E8D: hue angle of 215.37º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #073E8D is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 7 62 141 -
CMYK 0.95 0.56 0 0.45
HSL 215.37º 0.91% 0.29% -
HSV(B) 215.37º 0.95% 0.55% -
XYZ 6.62 5.41 25.9 -
YUV 54.56 176.78 94.08 -
System Red Green Blue C M Y K H S L
Decimal 7 62 141 0.95 0.56 0 0.45 215.37 0.91 0.29
Hex 7 3E 8D 5F 38 0 2D D7 5B 1D
Octal 7 76 215 137 70 0 55 327 133 35
Binary 111 111110 10001101 1011111 111000 0 101101 11010111 1011011 11101

Color Harmonies of #073E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073E8D

Black with #073E8D

Text Example


Text Example

White with #073E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,62,141); }

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

background-color css

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

 a { background-color: rgb(7,62,141); }

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

border-color css

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

 span { border-color: rgb(7,62,141); }

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