Html Css Color HEX #025CBA Denim

📋 copy color: '#025CBA'

red 2 ◦ green 92 ◦ blue 186

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

Shades of Denim #025CBA

Tints of Denim #025CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 66.43%

R = 0.71%
G = 32.86%
B = 66.43%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#025CBA (or 0x025CBA) is known color: Denim. HEX triplet: 02, 5C and BA. RGB value is (2,92,186). Sum of RGB (Red+Green+Blue) = 2+92+186=280 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 280); Green value is 92 (36.33% from 255 or 32.86% from 280); Blue value is 186 (73.05% from 255 or 66.43% from 280); Max value from RGB is 186 - color contains mainly: blue. Hex color #025CBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025CBA is #FDA345. Grayscale: #4B4B4B. Windows color (decimal): -16622406 or 12213250. OLE color: 12213250.

HSL color Cylindrical-coordinate representation of color #025CBA: hue angle of 210.65º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025CBA is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 2 92 186 -
CMYK 0.99 0.51 0 0.27
HSL 210.65º 0.98% 0.37% -
HSV(B) 210.65º 0.99% 0.73% -
XYZ 12.72 11.21 47.95 -
YUV 75.81 190.18 75.36 -
System Red Green Blue C M Y K H S L
Decimal 2 92 186 0.99 0.51 0 0.27 210.65 0.98 0.37
Hex 2 5C BA 63 33 0 1B D3 62 25
Octal 2 134 272 143 63 0 33 323 142 45
Binary 10 1011100 10111010 1100011 110011 0 11011 11010011 1100010 100101

Color Harmonies of #025CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025CBA

Black with #025CBA

Text Example


Text Example

White with #025CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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