Html Css Color HEX #027FCB Navy Blue

📋 copy color: '#027FCB'

red 2 ◦ green 127 ◦ blue 203

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

Shades of Navy Blue #027FCB

Tints of Navy Blue #027FCB

RGB

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

 GREEN value IS 127 (50% from 255) = 38.25%

 BLUE value IS 203 (79.69% from 255) = 61.14%

R = 0.6%
G = 38.25%
B = 61.14%

CMYK

 C value IS 0.99

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#027FCB (or 0x027FCB) is known color: Navy Blue. HEX triplet: 02, 7F and CB. RGB value is (2,127,203). Sum of RGB (Red+Green+Blue) = 2+127+203=332 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 332); Green value is 127 (50% from 255 or 38.25% from 332); Blue value is 203 (79.69% from 255 or 61.14% from 332); Max value from RGB is 203 - color contains mainly: blue. Hex color #027FCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027FCB is #FD8034. Grayscale: #616161. Windows color (decimal): -16613429 or 13336322. OLE color: 13336322.

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

Color convert

RGB 2 127 203 -
CMYK 0.99 0.37 0 0.20
HSL 202.69º 0.98% 0.4% -
HSV(B) 202.69º 0.99% 0.8% -
XYZ 18.39 19.5 59.3 -
YUV 98.29 187.09 59.32 -
System Red Green Blue C M Y K H S L
Decimal 2 127 203 0.99 0.37 0 0.20 202.69 0.98 0.4
Hex 2 7F CB 63 25 0 14 CB 62 28
Octal 2 177 313 143 45 0 24 313 142 50
Binary 10 1111111 11001011 1100011 100101 0 10100 11001011 1100010 101000

Color Harmonies of #027FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027FCB

Black with #027FCB

Text Example


Text Example

White with #027FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,127,203); }

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

background-color css

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

 a { background-color: rgb(2,127,203); }

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

border-color css

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

 span { border-color: rgb(2,127,203); }

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