Html Css Color HEX #0058AD Cobalt

📋 copy color: '#0058AD'

red 0 ◦ green 88 ◦ blue 173

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

Shades of Cobalt #0058AD

Tints of Cobalt #0058AD

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.72%

 BLUE value IS 173 (67.97% from 255) = 66.28%

R = 0%
G = 33.72%
B = 66.28%

CMYK

 C value IS 1

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0058AD (or 0x0058AD) is known color: Cobalt. HEX triplet: 00, 58 and AD. RGB value is (0,88,173). Sum of RGB (Red+Green+Blue) = 0+88+173=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 88 (34.77% from 255 or 33.72% from 261); Blue value is 173 (67.97% from 255 or 66.28% from 261); Max value from RGB is 173 - color contains mainly: blue. Hex color #0058AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0058AD is #FFA752. Grayscale: #464646. Windows color (decimal): -16754515 or 11360256. OLE color: 11360256.

HSL color Cylindrical-coordinate representation of color #0058AD: hue angle of 209.48º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0058AD is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 0 88 173 -
CMYK 1 0.49 0 0.32
HSL 209.48º 1% 0.34% -
HSV(B) 209.48º 1% 0.68% -
XYZ 11.03 10 40.88 -
YUV 71.38 185.35 77.09 -
System Red Green Blue C M Y K H S L
Decimal 0 88 173 1 0.49 0 0.32 209.48 1 0.34
Hex 0 58 AD 64 31 0 20 D1 64 22
Octal 0 130 255 144 61 0 40 321 144 42
Binary 0 1011000 10101101 1100100 110001 0 100000 11010001 1100100 100010

Color Harmonies of #0058AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0058AD

Black with #0058AD

Text Example


Text Example

White with #0058AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0058AD; }

 p { color: rgb(0,88,173); }

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

background-color css

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

 a { background-color: rgb(0,88,173); }

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

border-color css

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

 span { border-color: rgb(0,88,173); }

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