Html Css Color HEX #025B9D Cobalt

📋 copy color: '#025B9D'

red 2 ◦ green 91 ◦ blue 157

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

Shades of Cobalt #025B9D

Tints of Cobalt #025B9D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 36.4%

 BLUE value IS 157 (61.72% from 255) = 62.8%

R = 0.8%
G = 36.4%
B = 62.8%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#025B9D (or 0x025B9D) is known color: Cobalt. HEX triplet: 02, 5B and 9D. RGB value is (2,91,157). Sum of RGB (Red+Green+Blue) = 2+91+157=250 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.8% from 250); Green value is 91 (35.94% from 255 or 36.4% from 250); Blue value is 157 (61.72% from 255 or 62.8% from 250); Max value from RGB is 157 - color contains mainly: blue. Hex color #025B9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025B9D is #FDA462. Grayscale: #474747. Windows color (decimal): -16622691 or 10312450. OLE color: 10312450.

HSL color Cylindrical-coordinate representation of color #025B9D: hue angle of 205.55º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025B9D is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 2 91 157 -
CMYK 0.99 0.42 0 0.38
HSL 205.55º 0.97% 0.31% -
HSV(B) 205.55º 0.99% 0.62% -
XYZ 9.85 9.93 33.3 -
YUV 71.91 176.01 78.13 -
System Red Green Blue C M Y K H S L
Decimal 2 91 157 0.99 0.42 0 0.38 205.55 0.97 0.31
Hex 2 5B 9D 63 2A 0 26 CE 61 1F
Octal 2 133 235 143 52 0 46 316 141 37
Binary 10 1011011 10011101 1100011 101010 0 100110 11001110 1100001 11111

Color Harmonies of #025B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025B9D

Black with #025B9D

Text Example


Text Example

White with #025B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,91,157); }

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

background-color css

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

 a { background-color: rgb(2,91,157); }

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

border-color css

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

 span { border-color: rgb(2,91,157); }

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