Html Css Color HEX #074BAC Cobalt

📋 copy color: '#074BAC'

red 7 ◦ green 75 ◦ blue 172

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

Shades of Cobalt #074BAC

Tints of Cobalt #074BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 67.72%

R = 2.76%
G = 29.53%
B = 67.72%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#074BAC (or 0x074BAC) is known color: Cobalt. HEX triplet: 07, 4B and AC. RGB value is (7,75,172). Sum of RGB (Red+Green+Blue) = 7+75+172=254 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.76% from 254); Green value is 75 (29.69% from 255 or 29.53% from 254); Blue value is 172 (67.58% from 255 or 67.72% from 254); Max value from RGB is 172 - color contains mainly: blue. Hex color #074BAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074BAC is #F8B453. Grayscale: #414141. Windows color (decimal): -16299092 or 11291399. OLE color: 11291399.

HSL color Cylindrical-coordinate representation of color #074BAC: hue angle of 215.27º 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 #074BAC is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 7 75 172 -
CMYK 0.96 0.56 0 0.33
HSL 215.27º 0.92% 0.35% -
HSV(B) 215.27º 0.96% 0.67% -
XYZ 10.05 8.06 40.05 -
YUV 65.73 187.97 86.11 -
System Red Green Blue C M Y K H S L
Decimal 7 75 172 0.96 0.56 0 0.33 215.27 0.92 0.35
Hex 7 4B AC 60 38 0 21 D7 5C 23
Octal 7 113 254 140 70 0 41 327 134 43
Binary 111 1001011 10101100 1100000 111000 0 100001 11010111 1011100 100011

Color Harmonies of #074BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074BAC

Black with #074BAC

Text Example


Text Example

White with #074BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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