Html Css Color HEX #074786 Dark Cerulean

📋 copy color: '#074786'

red 7 ◦ green 71 ◦ blue 134

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

Shades of Dark Cerulean #074786

Tints of Dark Cerulean #074786

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.49%

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

R = 3.3%
G = 33.49%
B = 63.21%

CMYK

 C value IS 0.95

 M value IS 0.47

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#074786 (or 0x074786) is known color: Dark Cerulean. HEX triplet: 07, 47 and 86. RGB value is (7,71,134). Sum of RGB (Red+Green+Blue) = 7+71+134=212 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.30% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 134 (52.73% from 255 or 63.21% from 212); Max value from RGB is 134 - color contains mainly: blue. Hex color #074786 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074786 is #F8B879. Grayscale: #3A3A3A. Windows color (decimal): -16300154 or 8800007. OLE color: 8800007.

HSL color Cylindrical-coordinate representation of color #074786: hue angle of 209.76º 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 #074786 is Cyan = 0.95, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 7 71 134 -
CMYK 0.95 0.47 0 0.47
HSL 209.76º 0.9% 0.28% -
HSV(B) 209.76º 0.95% 0.53% -
XYZ 6.64 6.27 23.41 -
YUV 59.05 170.3 90.88 -
System Red Green Blue C M Y K H S L
Decimal 7 71 134 0.95 0.47 0 0.47 209.76 0.9 0.28
Hex 7 47 86 5F 2F 0 2F D2 5A 1C
Octal 7 107 206 137 57 0 57 322 132 34
Binary 111 1000111 10000110 1011111 101111 0 101111 11010010 1011010 11100

Color Harmonies of #074786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074786

Black with #074786

Text Example


Text Example

White with #074786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074786; }

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

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

background-color css

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

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

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

border-color css

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

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

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