Html Css Color HEX #073785 Dark Cerulean

📋 copy color: '#073785'

red 7 ◦ green 55 ◦ blue 133

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

Shades of Dark Cerulean #073785

Tints of Dark Cerulean #073785

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.21%

 BLUE value IS 133 (52.34% from 255) = 68.21%

R = 3.59%
G = 28.21%
B = 68.21%

CMYK

 C value IS 0.95

 M value IS 0.59

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#073785 (or 0x073785) is known color: Dark Cerulean. HEX triplet: 07, 37 and 85. RGB value is (7,55,133). Sum of RGB (Red+Green+Blue) = 7+55+133=195 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.59% from 195); Green value is 55 (21.88% from 255 or 28.21% from 195); Blue value is 133 (52.34% from 255 or 68.21% from 195); Max value from RGB is 133 - color contains mainly: blue. Hex color #073785 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073785 is #F8C87A. Grayscale: #313131. Windows color (decimal): -16304251 or 8730375. OLE color: 8730375.

HSL color Cylindrical-coordinate representation of color #073785: hue angle of 217.14º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #073785 is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 7 55 133 -
CMYK 0.95 0.59 0 0.48
HSL 217.14º 0.9% 0.27% -
HSV(B) 217.14º 0.95% 0.52% -
XYZ 5.69 4.47 22.75 -
YUV 49.54 175.1 97.66 -
System Red Green Blue C M Y K H S L
Decimal 7 55 133 0.95 0.59 0 0.48 217.14 0.9 0.27
Hex 7 37 85 5F 3B 0 30 D9 5A 1B
Octal 7 67 205 137 73 0 60 331 132 33
Binary 111 110111 10000101 1011111 111011 0 110000 11011001 1011010 11011

Color Harmonies of #073785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073785

Black with #073785

Text Example


Text Example

White with #073785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073785; }

 p { color: rgb(7,55,133); }

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

background-color css

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

 a { background-color: rgb(7,55,133); }

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

border-color css

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

 span { border-color: rgb(7,55,133); }

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