Html Css Color HEX #025C9A Cobalt

📋 copy color: '#025C9A'

red 2 ◦ green 92 ◦ blue 154

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

Shades of Cobalt #025C9A

Tints of Cobalt #025C9A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 37.1%

 BLUE value IS 154 (60.55% from 255) = 62.1%

R = 0.81%
G = 37.1%
B = 62.1%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#025C9A (or 0x025C9A) is known color: Cobalt. HEX triplet: 02, 5C and 9A. RGB value is (2,92,154). Sum of RGB (Red+Green+Blue) = 2+92+154=248 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 248); Green value is 92 (36.33% from 255 or 37.10% from 248); Blue value is 154 (60.55% from 255 or 62.10% from 248); Max value from RGB is 154 - color contains mainly: blue. Hex color #025C9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025C9A is #FDA365. Grayscale: #474747. Windows color (decimal): -16622438 or 10116098. OLE color: 10116098.

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

Color convert

RGB 2 92 154 -
CMYK 0.99 0.40 0 0.40
HSL 204.47º 0.97% 0.31% -
HSV(B) 204.47º 0.99% 0.6% -
XYZ 9.68 10 31.99 -
YUV 72.16 174.18 77.96 -
System Red Green Blue C M Y K H S L
Decimal 2 92 154 0.99 0.40 0 0.40 204.47 0.97 0.31
Hex 2 5C 9A 63 28 0 28 CC 61 1F
Octal 2 134 232 143 50 0 50 314 141 37
Binary 10 1011100 10011010 1100011 101000 0 101000 11001100 1100001 11111

Color Harmonies of #025C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025C9A

Black with #025C9A

Text Example


Text Example

White with #025C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,92,154); }

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

background-color css

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

 a { background-color: rgb(2,92,154); }

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

border-color css

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

 span { border-color: rgb(2,92,154); }

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