Html Css Color HEX #074E86 Dark Cerulean

📋 copy color: '#074E86'

red 7 ◦ green 78 ◦ blue 134

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

Shades of Dark Cerulean #074E86

Tints of Dark Cerulean #074E86

RGB

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

 GREEN value IS 78 (30.86% from 255) = 35.62%

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

R = 3.2%
G = 35.62%
B = 61.19%

CMYK

 C value IS 0.95

 M value IS 0.42

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#074E86 (or 0x074E86) is known color: Dark Cerulean. HEX triplet: 07, 4E and 86. RGB value is (7,78,134). Sum of RGB (Red+Green+Blue) = 7+78+134=219 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.20% from 219); Green value is 78 (30.86% from 255 or 35.62% from 219); Blue value is 134 (52.73% from 255 or 61.19% from 219); Max value from RGB is 134 - color contains mainly: blue. Hex color #074E86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #074E86 is #F8B179. Grayscale: #3E3E3E. Windows color (decimal): -16298362 or 8801799. OLE color: 8801799.

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

Color convert

RGB 7 78 134 -
CMYK 0.95 0.42 0 0.47
HSL 206.46º 0.9% 0.28% -
HSV(B) 206.46º 0.95% 0.53% -
XYZ 7.12 7.22 23.57 -
YUV 63.16 167.98 87.95 -
System Red Green Blue C M Y K H S L
Decimal 7 78 134 0.95 0.42 0 0.47 206.46 0.9 0.28
Hex 7 4E 86 5F 2A 0 2F CE 5A 1C
Octal 7 116 206 137 52 0 57 316 132 34
Binary 111 1001110 10000110 1011111 101010 0 101111 11001110 1011010 11100

Color Harmonies of #074E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074E86

Black with #074E86

Text Example


Text Example

White with #074E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074E86; }

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

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

background-color css

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

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

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

border-color css

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

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

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