Html Css Color HEX #075497 Cobalt

📋 copy color: '#075497'

red 7 ◦ green 84 ◦ blue 151

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

Shades of Cobalt #075497

Tints of Cobalt #075497

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.71%

 BLUE value IS 151 (59.38% from 255) = 62.4%

R = 2.89%
G = 34.71%
B = 62.4%

CMYK

 C value IS 0.95

 M value IS 0.44

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#075497 (or 0x075497) is known color: Cobalt. HEX triplet: 07, 54 and 97. RGB value is (7,84,151). Sum of RGB (Red+Green+Blue) = 7+84+151=242 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.89% from 242); Green value is 84 (33.20% from 255 or 34.71% from 242); Blue value is 151 (59.38% from 255 or 62.40% from 242); Max value from RGB is 151 - color contains mainly: blue. Hex color #075497 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075497 is #F8AB68. Grayscale: #444444. Windows color (decimal): -16296809 or 9917447. OLE color: 9917447.

HSL color Cylindrical-coordinate representation of color #075497: hue angle of 207.92º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #075497 is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 7 84 151 -
CMYK 0.95 0.44 0 0.41
HSL 207.92º 0.91% 0.31% -
HSV(B) 207.92º 0.95% 0.59% -
XYZ 8.84 8.62 30.48 -
YUV 68.62 174.49 84.05 -
System Red Green Blue C M Y K H S L
Decimal 7 84 151 0.95 0.44 0 0.41 207.92 0.91 0.31
Hex 7 54 97 5F 2C 0 29 D0 5B 1F
Octal 7 124 227 137 54 0 51 320 133 37
Binary 111 1010100 10010111 1011111 101100 0 101001 11010000 1011011 11111

Color Harmonies of #075497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075497

Black with #075497

Text Example


Text Example

White with #075497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075497; }

 p { color: rgb(7,84,151); }

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

background-color css

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

 a { background-color: rgb(7,84,151); }

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

border-color css

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

 span { border-color: rgb(7,84,151); }

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