Html Css Color HEX #005398 Cobalt

📋 copy color: '#005398'

red 0 ◦ green 83 ◦ blue 152

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

Shades of Cobalt #005398

Tints of Cobalt #005398

RGB

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

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

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

R = 0%
G = 35.32%
B = 64.68%

CMYK

 C value IS 1

 M value IS 0.45

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#005398 (or 0x005398) is known color: Cobalt. HEX triplet: 00, 53 and 98. RGB value is (0,83,152). Sum of RGB (Red+Green+Blue) = 0+83+152=235 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 235); Green value is 83 (32.81% from 255 or 35.32% from 235); Blue value is 152 (59.77% from 255 or 64.68% from 235); Max value from RGB is 152 - color contains mainly: blue. Hex color #005398 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005398 is #FFAC67. Grayscale: #414141. Windows color (decimal): -16755816 or 9982720. OLE color: 9982720.

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

Color convert

RGB 0 83 152 -
CMYK 1 0.45 0 0.40
HSL 207.24º 1% 0.3% -
HSV(B) 207.24º 1% 0.6% -
XYZ 8.76 8.45 30.88 -
YUV 66.05 176.5 80.89 -
System Red Green Blue C M Y K H S L
Decimal 0 83 152 1 0.45 0 0.40 207.24 1 0.3
Hex 0 53 98 64 2D 0 28 CF 64 1E
Octal 0 123 230 144 55 0 50 317 144 36
Binary 0 1010011 10011000 1100100 101101 0 101000 11001111 1100100 11110

Color Harmonies of #005398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005398

Black with #005398

Text Example


Text Example

White with #005398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005398; }

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

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

background-color css

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

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

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

border-color css

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

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

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