Html Css Color HEX #074C98 Cobalt

📋 copy color: '#074C98'

red 7 ◦ green 76 ◦ blue 152

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

Shades of Cobalt #074C98

Tints of Cobalt #074C98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 64.68%

R = 2.98%
G = 32.34%
B = 64.68%

CMYK

 C value IS 0.95

 M value IS 0.50

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#074C98 (or 0x074C98) is known color: Cobalt. HEX triplet: 07, 4C and 98. RGB value is (7,76,152). Sum of RGB (Red+Green+Blue) = 7+76+152=235 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.98% from 235); Green value is 76 (30.08% from 255 or 32.34% from 235); Blue value is 152 (59.77% from 255 or 64.68% from 235); Max value from RGB is 152 - color contains mainly: blue. Hex color #074C98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074C98 is #F8B367. Grayscale: #3F3F3F. Windows color (decimal): -16298856 or 9980935. OLE color: 9980935.

HSL color Cylindrical-coordinate representation of color #074C98: hue angle of 211.45º 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 #074C98 is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 7 76 152 -
CMYK 0.95 0.50 0 0.40
HSL 211.45º 0.91% 0.31% -
HSV(B) 211.45º 0.95% 0.6% -
XYZ 8.34 7.48 30.71 -
YUV 64.03 177.64 87.32 -
System Red Green Blue C M Y K H S L
Decimal 7 76 152 0.95 0.50 0 0.40 211.45 0.91 0.31
Hex 7 4C 98 5F 32 0 28 D3 5B 1F
Octal 7 114 230 137 62 0 50 323 133 37
Binary 111 1001100 10011000 1011111 110010 0 101000 11010011 1011011 11111

Color Harmonies of #074C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074C98

Black with #074C98

Text Example


Text Example

White with #074C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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