Html Css Color HEX #005395 Cobalt

📋 copy color: '#005395'

red 0 ◦ green 83 ◦ blue 149

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

Shades of Cobalt #005395

Tints of Cobalt #005395

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.78%

 BLUE value IS 149 (58.59% from 255) = 64.22%

R = 0%
G = 35.78%
B = 64.22%

CMYK

 C value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#005395 (or 0x005395) is known color: Cobalt. HEX triplet: 00, 53 and 95. RGB value is (0,83,149). Sum of RGB (Red+Green+Blue) = 0+83+149=232 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 149 (58.59% from 255 or 64.22% from 232); Max value from RGB is 149 - color contains mainly: blue. Hex color #005395 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005395 is #FFAC6A. Grayscale: #414141. Windows color (decimal): -16755819 or 9786112. OLE color: 9786112.

HSL color Cylindrical-coordinate representation of color #005395: hue angle of 206.58º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005395 is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 83 149 -
CMYK 1 0.44 0 0.42
HSL 206.58º 1% 0.29% -
HSV(B) 206.58º 1% 0.58% -
XYZ 8.52 8.36 29.6 -
YUV 65.71 175 81.13 -
System Red Green Blue C M Y K H S L
Decimal 0 83 149 1 0.44 0 0.42 206.58 1 0.29
Hex 0 53 95 64 2C 0 2A CF 64 1D
Octal 0 123 225 144 54 0 52 317 144 35
Binary 0 1010011 10010101 1100100 101100 0 101010 11001111 1100100 11101

Color Harmonies of #005395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005395

Black with #005395

Text Example


Text Example

White with #005395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005395; }

 p { color: rgb(0,83,149); }

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

background-color css

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

 a { background-color: rgb(0,83,149); }

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

border-color css

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

 span { border-color: rgb(0,83,149); }

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