Html Css Color HEX #005098 Cobalt

📋 copy color: '#005098'

red 0 ◦ green 80 ◦ blue 152

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

Shades of Cobalt #005098

Tints of Cobalt #005098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 65.52%

R = 0%
G = 34.48%
B = 65.52%

CMYK

 C value IS 1

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#005098 (or 0x005098) is known color: Cobalt. HEX triplet: 00, 50 and 98. RGB value is (0,80,152). Sum of RGB (Red+Green+Blue) = 0+80+152=232 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 152 (59.77% from 255 or 65.52% from 232); Max value from RGB is 152 - color contains mainly: blue. Hex color #005098 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005098 is #FFAF67. Grayscale: #3F3F3F. Windows color (decimal): -16756584 or 9981952. OLE color: 9981952.

HSL color Cylindrical-coordinate representation of color #005098: hue angle of 208.42º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005098 is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 0 80 152 -
CMYK 1 0.47 0 0.40
HSL 208.42º 1% 0.3% -
HSV(B) 208.42º 1% 0.6% -
XYZ 8.54 8 30.8 -
YUV 64.29 177.5 82.15 -
System Red Green Blue C M Y K H S L
Decimal 0 80 152 1 0.47 0 0.40 208.42 1 0.3
Hex 0 50 98 64 2F 0 28 D0 64 1E
Octal 0 120 230 144 57 0 50 320 144 36
Binary 0 1010000 10011000 1100100 101111 0 101000 11010000 1100100 11110

Color Harmonies of #005098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005098

Black with #005098

Text Example


Text Example

White with #005098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005098; }

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

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

background-color css

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

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

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

border-color css

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

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

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