Html Css Color HEX #074A98 Cobalt

📋 copy color: '#074A98'

red 7 ◦ green 74 ◦ blue 152

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

Shades of Cobalt #074A98

Tints of Cobalt #074A98

RGB

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

 GREEN value IS 74 (29.3% from 255) = 31.76%

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

R = 3%
G = 31.76%
B = 65.24%

CMYK

 C value IS 0.95

 M value IS 0.51

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#074A98 (or 0x074A98) is known color: Cobalt. HEX triplet: 07, 4A and 98. RGB value is (7,74,152). Sum of RGB (Red+Green+Blue) = 7+74+152=233 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.00% from 233); Green value is 74 (29.30% from 255 or 31.76% from 233); Blue value is 152 (59.77% from 255 or 65.24% from 233); Max value from RGB is 152 - color contains mainly: blue. Hex color #074A98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074A98 is #F8B567. Grayscale: #3E3E3E. Windows color (decimal): -16299368 or 9980423. OLE color: 9980423.

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

Color convert

RGB 7 74 152 -
CMYK 0.95 0.51 0 0.40
HSL 212.28º 0.91% 0.31% -
HSV(B) 212.28º 0.95% 0.6% -
XYZ 8.2 7.21 30.66 -
YUV 62.86 178.3 88.16 -
System Red Green Blue C M Y K H S L
Decimal 7 74 152 0.95 0.51 0 0.40 212.28 0.91 0.31
Hex 7 4A 98 5F 33 0 28 D4 5B 1F
Octal 7 112 230 137 63 0 50 324 133 37
Binary 111 1001010 10011000 1011111 110011 0 101000 11010100 1011011 11111

Color Harmonies of #074A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074A98

Black with #074A98

Text Example


Text Example

White with #074A98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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