Html Css Color HEX #025398 Cobalt

📋 copy color: '#025398'

red 2 ◦ green 83 ◦ blue 152

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

Shades of Cobalt #025398

Tints of Cobalt #025398

RGB

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

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

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

R = 0.84%
G = 35.02%
B = 64.14%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#025398 (or 0x025398) is known color: Cobalt. HEX triplet: 02, 53 and 98. RGB value is (2,83,152). Sum of RGB (Red+Green+Blue) = 2+83+152=237 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 152 (59.77% from 255 or 64.14% from 237); Max value from RGB is 152 - color contains mainly: blue. Hex color #025398 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025398 is #FDAC67. Grayscale: #424242. Windows color (decimal): -16624744 or 9982722. OLE color: 9982722.

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

Color convert

RGB 2 83 152 -
CMYK 0.99 0.45 0 0.40
HSL 207.6º 0.97% 0.3% -
HSV(B) 207.6º 0.99% 0.6% -
XYZ 8.79 8.47 30.88 -
YUV 66.65 176.16 81.89 -
System Red Green Blue C M Y K H S L
Decimal 2 83 152 0.99 0.45 0 0.40 207.6 0.97 0.3
Hex 2 53 98 63 2D 0 28 D0 61 1E
Octal 2 123 230 143 55 0 50 320 141 36
Binary 10 1010011 10011000 1100011 101101 0 101000 11010000 1100001 11110

Color Harmonies of #025398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025398

Black with #025398

Text Example


Text Example

White with #025398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025398; }

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

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

background-color css

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

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

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

border-color css

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

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

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