Html Css Color HEX #025CBC Navy Blue

📋 copy color: '#025CBC'

red 2 ◦ green 92 ◦ blue 188

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

Shades of Navy Blue #025CBC

Tints of Navy Blue #025CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 66.67%

R = 0.71%
G = 32.62%
B = 66.67%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#025CBC (or 0x025CBC) is known color: Navy Blue. HEX triplet: 02, 5C and BC. RGB value is (2,92,188). Sum of RGB (Red+Green+Blue) = 2+92+188=282 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 188 (73.83% from 255 or 66.67% from 282); Max value from RGB is 188 - color contains mainly: blue. Hex color #025CBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025CBC is #FDA343. Grayscale: #4B4B4B. Windows color (decimal): -16622404 or 12344322. OLE color: 12344322.

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

Color convert

RGB 2 92 188 -
CMYK 0.99 0.51 0 0.26
HSL 210.97º 0.98% 0.37% -
HSV(B) 210.97º 0.99% 0.74% -
XYZ 12.93 11.3 49.08 -
YUV 76.03 191.18 75.19 -
System Red Green Blue C M Y K H S L
Decimal 2 92 188 0.99 0.51 0 0.26 210.97 0.98 0.37
Hex 2 5C BC 63 33 0 1A D3 62 25
Octal 2 134 274 143 63 0 32 323 142 45
Binary 10 1011100 10111100 1100011 110011 0 11010 11010011 1100010 100101

Color Harmonies of #025CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025CBC

Black with #025CBC

Text Example


Text Example

White with #025CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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