Html Css Color HEX #027BDC Navy Blue

📋 copy color: '#027BDC'

red 2 ◦ green 123 ◦ blue 220

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

Shades of Navy Blue #027BDC

Tints of Navy Blue #027BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 63.77%

R = 0.58%
G = 35.65%
B = 63.77%

CMYK

 C value IS 0.99

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#027BDC (or 0x027BDC) is known color: Navy Blue. HEX triplet: 02, 7B and DC. RGB value is (2,123,220). Sum of RGB (Red+Green+Blue) = 2+123+220=345 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 220 (86.33% from 255 or 63.77% from 345); Max value from RGB is 220 - color contains mainly: blue. Hex color #027BDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027BDC is #FD8423. Grayscale: #616161. Windows color (decimal): -16614436 or 14449410. OLE color: 14449410.

HSL color Cylindrical-coordinate representation of color #027BDC: hue angle of 206.7º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027BDC is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 2 123 220 -
CMYK 0.99 0.44 0 0.14
HSL 206.7º 0.98% 0.44% -
HSV(B) 206.7º 0.99% 0.86% -
XYZ 20.03 19.35 70.39 -
YUV 97.88 196.91 59.61 -
System Red Green Blue C M Y K H S L
Decimal 2 123 220 0.99 0.44 0 0.14 206.7 0.98 0.44
Hex 2 7B DC 63 2C 0 E CF 62 2C
Octal 2 173 334 143 54 0 16 317 142 54
Binary 10 1111011 11011100 1100011 101100 0 1110 11001111 1100010 101100

Color Harmonies of #027BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027BDC

Black with #027BDC

Text Example


Text Example

White with #027BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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