Html Css Color HEX #074BAE Cobalt

📋 copy color: '#074BAE'

red 7 ◦ green 75 ◦ blue 174

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

Shades of Cobalt #074BAE

Tints of Cobalt #074BAE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 29.3%

 BLUE value IS 174 (68.36% from 255) = 67.97%

R = 2.73%
G = 29.3%
B = 67.97%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#074BAE (or 0x074BAE) is known color: Cobalt. HEX triplet: 07, 4B and AE. RGB value is (7,75,174). Sum of RGB (Red+Green+Blue) = 7+75+174=256 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.73% from 256); Green value is 75 (29.69% from 255 or 29.30% from 256); Blue value is 174 (68.36% from 255 or 67.97% from 256); Max value from RGB is 174 - color contains mainly: blue. Hex color #074BAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074BAE is #F8B451. Grayscale: #414141. Windows color (decimal): -16299090 or 11422471. OLE color: 11422471.

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

Color convert

RGB 7 75 174 -
CMYK 0.96 0.57 0 0.32
HSL 215.57º 0.92% 0.35% -
HSV(B) 215.57º 0.96% 0.68% -
XYZ 10.24 8.13 41.07 -
YUV 65.95 188.97 85.95 -
System Red Green Blue C M Y K H S L
Decimal 7 75 174 0.96 0.57 0 0.32 215.57 0.92 0.35
Hex 7 4B AE 60 39 0 20 D8 5C 23
Octal 7 113 256 140 71 0 40 330 134 43
Binary 111 1001011 10101110 1100000 111001 0 100000 11011000 1011100 100011

Color Harmonies of #074BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074BAE

Black with #074BAE

Text Example


Text Example

White with #074BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,75,174); }

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

background-color css

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

 a { background-color: rgb(7,75,174); }

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

border-color css

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

 span { border-color: rgb(7,75,174); }

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