Html Css Color HEX #073886 Dark Cerulean

📋 copy color: '#073886'

red 7 ◦ green 56 ◦ blue 134

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

Shades of Dark Cerulean #073886

Tints of Dark Cerulean #073886

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28.43%

 BLUE value IS 134 (52.73% from 255) = 68.02%

R = 3.55%
G = 28.43%
B = 68.02%

CMYK

 C value IS 0.95

 M value IS 0.58

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#073886 (or 0x073886) is known color: Dark Cerulean. HEX triplet: 07, 38 and 86. RGB value is (7,56,134). Sum of RGB (Red+Green+Blue) = 7+56+134=197 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.55% from 197); Green value is 56 (22.27% from 255 or 28.43% from 197); Blue value is 134 (52.73% from 255 or 68.02% from 197); Max value from RGB is 134 - color contains mainly: blue. Hex color #073886 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073886 is #F8C779. Grayscale: #313131. Windows color (decimal): -16303994 or 8796167. OLE color: 8796167.

HSL color Cylindrical-coordinate representation of color #073886: hue angle of 216.85º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #073886 is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 7 56 134 -
CMYK 0.95 0.58 0 0.47
HSL 216.85º 0.9% 0.28% -
HSV(B) 216.85º 0.95% 0.53% -
XYZ 5.8 4.59 23.14 -
YUV 50.24 175.27 97.16 -
System Red Green Blue C M Y K H S L
Decimal 7 56 134 0.95 0.58 0 0.47 216.85 0.9 0.28
Hex 7 38 86 5F 3A 0 2F D9 5A 1C
Octal 7 70 206 137 72 0 57 331 132 34
Binary 111 111000 10000110 1011111 111010 0 101111 11011001 1011010 11100

Color Harmonies of #073886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073886

Black with #073886

Text Example


Text Example

White with #073886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073886; }

 p { color: rgb(7,56,134); }

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

background-color css

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

 a { background-color: rgb(7,56,134); }

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

border-color css

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

 span { border-color: rgb(7,56,134); }

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