Html Css Color HEX #073C7F Dark Cerulean

📋 copy color: '#073C7F'

red 7 ◦ green 60 ◦ blue 127

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

Shades of Dark Cerulean #073C7F

Tints of Dark Cerulean #073C7F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 30.93%

 BLUE value IS 127 (50% from 255) = 65.46%

R = 3.61%
G = 30.93%
B = 65.46%

CMYK

 C value IS 0.94

 M value IS 0.53

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#073C7F (or 0x073C7F) is known color: Dark Cerulean. HEX triplet: 07, 3C and 7F. RGB value is (7,60,127). Sum of RGB (Red+Green+Blue) = 7+60+127=194 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.61% from 194); Green value is 60 (23.83% from 255 or 30.93% from 194); Blue value is 127 (50% from 255 or 65.46% from 194); Max value from RGB is 127 - color contains mainly: blue. Hex color #073C7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073C7F is #F8C380. Grayscale: #333333. Windows color (decimal): -16302977 or 8338439. OLE color: 8338439.

HSL color Cylindrical-coordinate representation of color #073C7F: hue angle of 213.5º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #073C7F is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 7 60 127 -
CMYK 0.94 0.53 0 0.50
HSL 213.5º 0.9% 0.26% -
HSV(B) 213.5º 0.94% 0.5% -
XYZ 5.53 4.81 20.72 -
YUV 51.79 170.44 96.05 -
System Red Green Blue C M Y K H S L
Decimal 7 60 127 0.94 0.53 0 0.50 213.5 0.9 0.26
Hex 7 3C 7F 5E 35 0 32 D6 5A 1A
Octal 7 74 177 136 65 0 62 326 132 32
Binary 111 111100 1111111 1011110 110101 0 110010 11010110 1011010 11010

Color Harmonies of #073C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073C7F

Black with #073C7F

Text Example


Text Example

White with #073C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,60,127); }

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

background-color css

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

 a { background-color: rgb(7,60,127); }

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

border-color css

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

 span { border-color: rgb(7,60,127); }

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