Html Css Color HEX #027BC1 Navy Blue

📋 copy color: '#027BC1'

red 2 ◦ green 123 ◦ blue 193

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

Shades of Navy Blue #027BC1

Tints of Navy Blue #027BC1

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.68%

 BLUE value IS 193 (75.78% from 255) = 60.69%

R = 0.63%
G = 38.68%
B = 60.69%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#027BC1 (or 0x027BC1) is known color: Navy Blue. HEX triplet: 02, 7B and C1. RGB value is (2,123,193). Sum of RGB (Red+Green+Blue) = 2+123+193=318 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 318); Green value is 123 (48.44% from 255 or 38.68% from 318); Blue value is 193 (75.78% from 255 or 60.69% from 318); Max value from RGB is 193 - color contains mainly: blue. Hex color #027BC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027BC1 is #FD843E. Grayscale: #5E5E5E. Windows color (decimal): -16614463 or 12679938. OLE color: 12679938.

HSL color Cylindrical-coordinate representation of color #027BC1: hue angle of 201.99º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027BC1 is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 2 123 193 -
CMYK 0.99 0.36 0 0.24
HSL 201.99º 0.98% 0.38% -
HSV(B) 201.99º 0.99% 0.76% -
XYZ 16.73 18.03 53.05 -
YUV 94.8 183.41 61.81 -
System Red Green Blue C M Y K H S L
Decimal 2 123 193 0.99 0.36 0 0.24 201.99 0.98 0.38
Hex 2 7B C1 63 24 0 18 CA 62 26
Octal 2 173 301 143 44 0 30 312 142 46
Binary 10 1111011 11000001 1100011 100100 0 11000 11001010 1100010 100110

Color Harmonies of #027BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027BC1

Black with #027BC1

Text Example


Text Example

White with #027BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027BC1; }

 p { color: rgb(2,123,193); }

 H1.HeaderClassName
 {
   color: #027BC1;
 }
 .AnyTagClassName
 {
   color: #027BC1;
 }
</style>

background-color css

<style>
 a { background-color: #027BC1; }

 a { background-color: rgb(2,123,193); }

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

border-color css

<style>
 span { border-color: #027BC1; }

 span { border-color: rgb(2,123,193); }

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