Html Css Color HEX #025AB1 Cobalt

📋 copy color: '#025AB1'

red 2 ◦ green 90 ◦ blue 177

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

Shades of Cobalt #025AB1

Tints of Cobalt #025AB1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.46%

 BLUE value IS 177 (69.53% from 255) = 65.8%

R = 0.74%
G = 33.46%
B = 65.8%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#025AB1 (or 0x025AB1) is known color: Cobalt. HEX triplet: 02, 5A and B1. RGB value is (2,90,177). Sum of RGB (Red+Green+Blue) = 2+90+177=269 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 177 (69.53% from 255 or 65.80% from 269); Max value from RGB is 177 - color contains mainly: blue. Hex color #025AB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025AB1 is #FDA54E. Grayscale: #494949. Windows color (decimal): -16622927 or 11622914. OLE color: 11622914.

HSL color Cylindrical-coordinate representation of color #025AB1: hue angle of 209.83º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025AB1 is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 2 90 177 -
CMYK 0.99 0.49 0 0.31
HSL 209.83º 0.98% 0.35% -
HSV(B) 209.83º 0.99% 0.69% -
XYZ 11.62 10.5 43.01 -
YUV 73.61 186.35 76.93 -
System Red Green Blue C M Y K H S L
Decimal 2 90 177 0.99 0.49 0 0.31 209.83 0.98 0.35
Hex 2 5A B1 63 31 0 1F D2 62 23
Octal 2 132 261 143 61 0 37 322 142 43
Binary 10 1011010 10110001 1100011 110001 0 11111 11010010 1100010 100011

Color Harmonies of #025AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025AB1

Black with #025AB1

Text Example


Text Example

White with #025AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025AB1; }

 p { color: rgb(2,90,177); }

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

background-color css

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

 a { background-color: rgb(2,90,177); }

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

border-color css

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

 span { border-color: rgb(2,90,177); }

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