Html Css Color HEX #074CB3 Cobalt

📋 copy color: '#074CB3'

red 7 ◦ green 76 ◦ blue 179

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

Shades of Cobalt #074CB3

Tints of Cobalt #074CB3

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.01%

 BLUE value IS 179 (70.31% from 255) = 68.32%

R = 2.67%
G = 29.01%
B = 68.32%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#074CB3 (or 0x074CB3) is known color: Cobalt. HEX triplet: 07, 4C and B3. RGB value is (7,76,179). Sum of RGB (Red+Green+Blue) = 7+76+179=262 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.67% from 262); Green value is 76 (30.08% from 255 or 29.01% from 262); Blue value is 179 (70.31% from 255 or 68.32% from 262); Max value from RGB is 179 - color contains mainly: blue. Hex color #074CB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #074CB3 is #F8B34C. Grayscale: #424242. Windows color (decimal): -16298829 or 11750407. OLE color: 11750407.

HSL color Cylindrical-coordinate representation of color #074CB3: hue angle of 215.93º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #074CB3 is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 7 76 179 -
CMYK 0.96 0.58 0 0.30
HSL 215.93º 0.92% 0.36% -
HSV(B) 215.93º 0.96% 0.7% -
XYZ 10.81 8.47 43.71 -
YUV 67.11 191.14 85.12 -
System Red Green Blue C M Y K H S L
Decimal 7 76 179 0.96 0.58 0 0.30 215.93 0.92 0.36
Hex 7 4C B3 60 3A 0 1E D8 5C 24
Octal 7 114 263 140 72 0 36 330 134 44
Binary 111 1001100 10110011 1100000 111010 0 11110 11011000 1011100 100100

Color Harmonies of #074CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074CB3

Black with #074CB3

Text Example


Text Example

White with #074CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,76,179); }

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

background-color css

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

 a { background-color: rgb(7,76,179); }

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

border-color css

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

 span { border-color: rgb(7,76,179); }

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