Html Css Color HEX #025098 Cobalt

📋 copy color: '#025098'

red 2 ◦ green 80 ◦ blue 152

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

Shades of Cobalt #025098

Tints of Cobalt #025098

RGB

 RED value IS 2 (1.17% from 255) = 0.85%

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

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

R = 0.85%
G = 34.19%
B = 64.96%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#025098 (or 0x025098) is known color: Cobalt. HEX triplet: 02, 50 and 98. RGB value is (2,80,152). Sum of RGB (Red+Green+Blue) = 2+80+152=234 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 152 (59.77% from 255 or 64.96% from 234); Max value from RGB is 152 - color contains mainly: blue. Hex color #025098 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025098 is #FDAF67. Grayscale: #404040. Windows color (decimal): -16625512 or 9981954. OLE color: 9981954.

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

Color convert

RGB 2 80 152 -
CMYK 0.99 0.47 0 0.40
HSL 208.8º 0.97% 0.3% -
HSV(B) 208.8º 0.99% 0.6% -
XYZ 8.56 8.02 30.8 -
YUV 64.89 177.16 83.15 -
System Red Green Blue C M Y K H S L
Decimal 2 80 152 0.99 0.47 0 0.40 208.8 0.97 0.3
Hex 2 50 98 63 2F 0 28 D1 61 1E
Octal 2 120 230 143 57 0 50 321 141 36
Binary 10 1010000 10011000 1100011 101111 0 101000 11010001 1100001 11110

Color Harmonies of #025098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025098

Black with #025098

Text Example


Text Example

White with #025098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025098; }

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

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

background-color css

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

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

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

border-color css

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

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

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