Html Css Color HEX #025C9C Cobalt

📋 copy color: '#025C9C'

red 2 ◦ green 92 ◦ blue 156

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

Shades of Cobalt #025C9C

Tints of Cobalt #025C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 62.4%

R = 0.8%
G = 36.8%
B = 62.4%

CMYK

 C value IS 0.99

 M value IS 0.41

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#025C9C (or 0x025C9C) is known color: Cobalt. HEX triplet: 02, 5C and 9C. RGB value is (2,92,156). Sum of RGB (Red+Green+Blue) = 2+92+156=250 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.8% from 250); Green value is 92 (36.33% from 255 or 36.8% from 250); Blue value is 156 (61.33% from 255 or 62.4% from 250); Max value from RGB is 156 - color contains mainly: blue. Hex color #025C9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025C9C is #FDA363. Grayscale: #484848. Windows color (decimal): -16622436 or 10247170. OLE color: 10247170.

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

Color convert

RGB 2 92 156 -
CMYK 0.99 0.41 0 0.39
HSL 204.94º 0.97% 0.31% -
HSV(B) 204.94º 0.99% 0.61% -
XYZ 9.85 10.07 32.88 -
YUV 72.39 175.18 77.8 -
System Red Green Blue C M Y K H S L
Decimal 2 92 156 0.99 0.41 0 0.39 204.94 0.97 0.31
Hex 2 5C 9C 63 29 0 27 CD 61 1F
Octal 2 134 234 143 51 0 47 315 141 37
Binary 10 1011100 10011100 1100011 101001 0 100111 11001101 1100001 11111

Color Harmonies of #025C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025C9C

Black with #025C9C

Text Example


Text Example

White with #025C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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