Html Css Color HEX #0058AA Cobalt

📋 copy color: '#0058AA'

red 0 ◦ green 88 ◦ blue 170

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

Shades of Cobalt #0058AA

Tints of Cobalt #0058AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 65.89%

R = 0%
G = 34.11%
B = 65.89%

CMYK

 C value IS 1

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0058AA (or 0x0058AA) is known color: Cobalt. HEX triplet: 00, 58 and AA. RGB value is (0,88,170). Sum of RGB (Red+Green+Blue) = 0+88+170=258 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 258); Green value is 88 (34.77% from 255 or 34.11% from 258); Blue value is 170 (66.80% from 255 or 65.89% from 258); Max value from RGB is 170 - color contains mainly: blue. Hex color #0058AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0058AA is #FFA755. Grayscale: #464646. Windows color (decimal): -16754518 or 11163648. OLE color: 11163648.

HSL color Cylindrical-coordinate representation of color #0058AA: hue angle of 208.94º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0058AA is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 88 170 -
CMYK 1 0.48 0 0.33
HSL 208.94º 1% 0.33% -
HSV(B) 208.94º 1% 0.67% -
XYZ 10.75 9.88 39.37 -
YUV 71.04 183.85 77.33 -
System Red Green Blue C M Y K H S L
Decimal 0 88 170 1 0.48 0 0.33 208.94 1 0.33
Hex 0 58 AA 64 30 0 21 D1 64 21
Octal 0 130 252 144 60 0 41 321 144 41
Binary 0 1011000 10101010 1100100 110000 0 100001 11010001 1100100 100001

Color Harmonies of #0058AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0058AA

Black with #0058AA

Text Example


Text Example

White with #0058AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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