#005daa

Color #005DAA Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #005DAA

Tints of Cobalt #005DAA

Color information

#005DAA (or 0x005DAA) is unknown color: approx Cobalt. HEX triplet: 00, 5D and AA. RGB value is (0,93,170). Sum of RGB (Red+Green+Blue) = 0+93+170=263 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 263); Green value is 93 (36.72% from 255 or 35.36% from 263); Blue value is 170 (66.80% from 255 or 64.64% from 263); Max value from RGB is 170 - color contains mainly: blue. Hex color #005DAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005DAA is #FFA255. Grayscale: #494949. Windows color (decimal): -16753238 or 11164928. OLE color: 11164928.

HSL color Cylindrical-coordinate representation of color #005DAA: hue angle of 207.18º 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 #005DAA is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB093170-
CMYK10.4500.33
HSL207.18º100%33.33%-
HSV(B)207.18º100%66.67%-
XYZ11.1710.7339.51-
YUV73.97182.1975.24-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 93 (36.72% from 255) = 35.36%
BLUE value IS 170 (66.80% from 255) = 64.64%
R=0%
G=35.36%
B=64.64%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal09317010.4500.33207.1810033.33
Hex05DAA642D021cf6421
Octal01352521445504131714441
Binary010111011010101011001001011010100001110011111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005daa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005daa; }

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

 H1.HeaderClassName
 {
   color: #005daa;
 }
 .AnyTagClassName
 {
   color: #005daa;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #005daa;
 }
 .BgClassName
 {
   background-color: #005daa;
 }
</style>
border-color css

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

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

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