Html Css Color HEX #005095 Cobalt

📋 copy color: '#005095'

red 0 ◦ green 80 ◦ blue 149

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

Shades of Cobalt #005095

Tints of Cobalt #005095

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.93%

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

R = 0%
G = 34.93%
B = 65.07%

CMYK

 C value IS 1

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#005095 (or 0x005095) is known color: Cobalt. HEX triplet: 00, 50 and 95. RGB value is (0,80,149). Sum of RGB (Red+Green+Blue) = 0+80+149=229 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 149 (58.59% from 255 or 65.07% from 229); Max value from RGB is 149 - color contains mainly: blue. Hex color #005095 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005095 is #FFAF6A. Grayscale: #3F3F3F. Windows color (decimal): -16756587 or 9785344. OLE color: 9785344.

HSL color Cylindrical-coordinate representation of color #005095: hue angle of 207.79º 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 #005095 is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 80 149 -
CMYK 1 0.46 0 0.42
HSL 207.79º 1% 0.29% -
HSV(B) 207.79º 1% 0.58% -
XYZ 8.29 7.91 29.52 -
YUV 63.95 176 82.39 -
System Red Green Blue C M Y K H S L
Decimal 0 80 149 1 0.46 0 0.42 207.79 1 0.29
Hex 0 50 95 64 2E 0 2A D0 64 1D
Octal 0 120 225 144 56 0 52 320 144 35
Binary 0 1010000 10010101 1100100 101110 0 101010 11010000 1100100 11101

Color Harmonies of #005095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005095

Black with #005095

Text Example


Text Example

White with #005095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005095; }

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

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

background-color css

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

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

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

border-color css

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

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

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