Html Css Color HEX #005297 Cobalt

📋 copy color: '#005297'

red 0 ◦ green 82 ◦ blue 151

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

Shades of Cobalt #005297

Tints of Cobalt #005297

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 82 (32.42% from 255) = 35.19%

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

R = 0%
G = 35.19%
B = 64.81%

CMYK

 C value IS 1

 M value IS 0.46

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#005297 (or 0x005297) is known color: Cobalt. HEX triplet: 00, 52 and 97. RGB value is (0,82,151). Sum of RGB (Red+Green+Blue) = 0+82+151=233 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 233); Green value is 82 (32.42% from 255 or 35.19% from 233); Blue value is 151 (59.38% from 255 or 64.81% from 233); Max value from RGB is 151 - color contains mainly: blue. Hex color #005297 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005297 is #FFAD68. Grayscale: #404040. Windows color (decimal): -16756073 or 9916928. OLE color: 9916928.

HSL color Cylindrical-coordinate representation of color #005297: hue angle of 207.42º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005297 is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 0 82 151 -
CMYK 1 0.46 0 0.41
HSL 207.42º 1% 0.3% -
HSV(B) 207.42º 1% 0.59% -
XYZ 8.6 8.27 30.42 -
YUV 65.35 176.33 81.39 -
System Red Green Blue C M Y K H S L
Decimal 0 82 151 1 0.46 0 0.41 207.42 1 0.3
Hex 0 52 97 64 2E 0 29 CF 64 1E
Octal 0 122 227 144 56 0 51 317 144 36
Binary 0 1010010 10010111 1100100 101110 0 101001 11001111 1100100 11110

Color Harmonies of #005297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005297

Black with #005297

Text Example


Text Example

White with #005297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005297; }

 p { color: rgb(0,82,151); }

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

background-color css

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

 a { background-color: rgb(0,82,151); }

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

border-color css

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

 span { border-color: rgb(0,82,151); }

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