Html Css Color HEX #073A75 Dark Cerulean

📋 copy color: '#073A75'

red 7 ◦ green 58 ◦ blue 117

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

Shades of Dark Cerulean #073A75

Tints of Dark Cerulean #073A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 64.29%

R = 3.85%
G = 31.87%
B = 64.29%

CMYK

 C value IS 0.94

 M value IS 0.50

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#073A75 (or 0x073A75) is known color: Dark Cerulean. HEX triplet: 07, 3A and 75. RGB value is (7,58,117). Sum of RGB (Red+Green+Blue) = 7+58+117=182 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.85% from 182); Green value is 58 (23.05% from 255 or 31.87% from 182); Blue value is 117 (46.09% from 255 or 64.29% from 182); Max value from RGB is 117 - color contains mainly: blue. Hex color #073A75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073A75 is #F8C58A. Grayscale: #313131. Windows color (decimal): -16303499 or 7682567. OLE color: 7682567.

HSL color Cylindrical-coordinate representation of color #073A75: hue angle of 212.18º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #073A75 is Cyan = 0.94, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 7 58 117 -
CMYK 0.94 0.50 0 0.54
HSL 212.18º 0.89% 0.24% -
HSV(B) 212.18º 0.94% 0.46% -
XYZ 4.81 4.36 17.42 -
YUV 49.48 166.1 97.7 -
System Red Green Blue C M Y K H S L
Decimal 7 58 117 0.94 0.50 0 0.54 212.18 0.89 0.24
Hex 7 3A 75 5E 32 0 36 D4 59 18
Octal 7 72 165 136 62 0 66 324 131 30
Binary 111 111010 1110101 1011110 110010 0 110110 11010100 1011001 11000

Color Harmonies of #073A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073A75

Black with #073A75

Text Example


Text Example

White with #073A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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