Html Css Color HEX #074C99 Cobalt

📋 copy color: '#074C99'

red 7 ◦ green 76 ◦ blue 153

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

Shades of Cobalt #074C99

Tints of Cobalt #074C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 64.83%

R = 2.97%
G = 32.2%
B = 64.83%

CMYK

 C value IS 0.95

 M value IS 0.50

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#074C99 (or 0x074C99) is known color: Cobalt. HEX triplet: 07, 4C and 99. RGB value is (7,76,153). Sum of RGB (Red+Green+Blue) = 7+76+153=236 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.97% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 153 (60.16% from 255 or 64.83% from 236); Max value from RGB is 153 - color contains mainly: blue. Hex color #074C99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074C99 is #F8B366. Grayscale: #3F3F3F. Windows color (decimal): -16298855 or 10046471. OLE color: 10046471.

HSL color Cylindrical-coordinate representation of color #074C99: hue angle of 211.64º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #074C99 is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 7 76 153 -
CMYK 0.95 0.50 0 0.4
HSL 211.64º 0.91% 0.31% -
HSV(B) 211.64º 0.95% 0.6% -
XYZ 8.42 7.51 31.14 -
YUV 64.15 178.14 87.24 -
System Red Green Blue C M Y K H S L
Decimal 7 76 153 0.95 0.50 0 0.4 211.64 0.91 0.31
Hex 7 4C 99 5F 32 0 28 D4 5B 1F
Octal 7 114 231 137 62 0 50 324 133 37
Binary 111 1001100 10011001 1011111 110010 0 101000 11010100 1011011 11111

Color Harmonies of #074C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074C99

Black with #074C99

Text Example


Text Example

White with #074C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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