Html Css Color HEX #005198 Cobalt

📋 copy color: '#005198'

red 0 ◦ green 81 ◦ blue 152

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

Shades of Cobalt #005198

Tints of Cobalt #005198

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.76%

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

R = 0%
G = 34.76%
B = 65.24%

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

#005198 (or 0x005198) is known color: Cobalt. HEX triplet: 00, 51 and 98. RGB value is (0,81,152). Sum of RGB (Red+Green+Blue) = 0+81+152=233 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 233); Green value is 81 (32.03% from 255 or 34.76% from 233); Blue value is 152 (59.77% from 255 or 65.24% from 233); Max value from RGB is 152 - color contains mainly: blue. Hex color #005198 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005198 is #FFAE67. Grayscale: #404040. Windows color (decimal): -16756328 or 9982208. OLE color: 9982208.

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

Color convert

RGB 0 81 152 -
CMYK 1 0.47 0 0.40
HSL 208.03º 1% 0.3% -
HSV(B) 208.03º 1% 0.6% -
XYZ 8.61 8.15 30.83 -
YUV 64.88 177.16 81.73 -
System Red Green Blue C M Y K H S L
Decimal 0 81 152 1 0.47 0 0.40 208.03 1 0.3
Hex 0 51 98 64 2F 0 28 D0 64 1E
Octal 0 121 230 144 57 0 50 320 144 36
Binary 0 1010001 10011000 1100100 101111 0 101000 11010000 1100100 11110

Color Harmonies of #005198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005198

Black with #005198

Text Example


Text Example

White with #005198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005198; }

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

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

background-color css

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

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

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

border-color css

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

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

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