Html Css Color HEX #027BC3 Navy Blue

📋 copy color: '#027BC3'

red 2 ◦ green 123 ◦ blue 195

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

Shades of Navy Blue #027BC3

Tints of Navy Blue #027BC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 60.94%

R = 0.63%
G = 38.44%
B = 60.94%

CMYK

 C value IS 0.99

 M value IS 0.37

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#027BC3 (or 0x027BC3) is known color: Navy Blue. HEX triplet: 02, 7B and C3. RGB value is (2,123,195). Sum of RGB (Red+Green+Blue) = 2+123+195=320 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 320); Green value is 123 (48.44% from 255 or 38.44% from 320); Blue value is 195 (76.56% from 255 or 60.94% from 320); Max value from RGB is 195 - color contains mainly: blue. Hex color #027BC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027BC3 is #FD843C. Grayscale: #5E5E5E. Windows color (decimal): -16614461 or 12811010. OLE color: 12811010.

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

Color convert

RGB 2 123 195 -
CMYK 0.99 0.37 0 0.24
HSL 202.38º 0.98% 0.39% -
HSV(B) 202.38º 0.99% 0.76% -
XYZ 16.96 18.12 54.23 -
YUV 95.03 184.41 61.65 -
System Red Green Blue C M Y K H S L
Decimal 2 123 195 0.99 0.37 0 0.24 202.38 0.98 0.39
Hex 2 7B C3 63 25 0 18 CA 62 27
Octal 2 173 303 143 45 0 30 312 142 47
Binary 10 1111011 11000011 1100011 100101 0 11000 11001010 1100010 100111

Color Harmonies of #027BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027BC3

Black with #027BC3

Text Example


Text Example

White with #027BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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