Html Css Color HEX #074EAB Cobalt

📋 copy color: '#074EAB'

red 7 ◦ green 78 ◦ blue 171

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

Shades of Cobalt #074EAB

Tints of Cobalt #074EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 66.8%

R = 2.73%
G = 30.47%
B = 66.8%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#074EAB (or 0x074EAB) is known color: Cobalt. HEX triplet: 07, 4E and AB. RGB value is (7,78,171). Sum of RGB (Red+Green+Blue) = 7+78+171=256 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.73% from 256); Green value is 78 (30.86% from 255 or 30.47% from 256); Blue value is 171 (67.19% from 255 or 66.80% from 256); Max value from RGB is 171 - color contains mainly: blue. Hex color #074EAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #074EAB is #F8B154. Grayscale: #424242. Windows color (decimal): -16298325 or 11226631. OLE color: 11226631.

HSL color Cylindrical-coordinate representation of color #074EAB: hue angle of 214.02º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #074EAB is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 7 78 171 -
CMYK 0.96 0.54 0 0.33
HSL 214.02º 0.92% 0.35% -
HSV(B) 214.02º 0.96% 0.67% -
XYZ 10.16 8.43 39.62 -
YUV 67.37 186.48 84.94 -
System Red Green Blue C M Y K H S L
Decimal 7 78 171 0.96 0.54 0 0.33 214.02 0.92 0.35
Hex 7 4E AB 60 36 0 21 D6 5C 23
Octal 7 116 253 140 66 0 41 326 134 43
Binary 111 1001110 10101011 1100000 110110 0 100001 11010110 1011100 100011

Color Harmonies of #074EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074EAB

Black with #074EAB

Text Example


Text Example

White with #074EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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