Html Css Color HEX #027DCB Navy Blue

📋 copy color: '#027DCB'

red 2 ◦ green 125 ◦ blue 203

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

Shades of Navy Blue #027DCB

Tints of Navy Blue #027DCB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.88%

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

R = 0.61%
G = 37.88%
B = 61.52%

CMYK

 C value IS 0.99

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#027DCB (or 0x027DCB) is known color: Navy Blue. HEX triplet: 02, 7D and CB. RGB value is (2,125,203). Sum of RGB (Red+Green+Blue) = 2+125+203=330 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 330); Green value is 125 (49.22% from 255 or 37.88% from 330); Blue value is 203 (79.69% from 255 or 61.52% from 330); Max value from RGB is 203 - color contains mainly: blue. Hex color #027DCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027DCB is #FD8234. Grayscale: #606060. Windows color (decimal): -16613941 or 13335810. OLE color: 13335810.

HSL color Cylindrical-coordinate representation of color #027DCB: hue angle of 203.28º 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 #027DCB is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 2 125 203 -
CMYK 0.99 0.38 0 0.20
HSL 203.28º 0.98% 0.4% -
HSV(B) 203.28º 0.99% 0.8% -
XYZ 18.14 18.99 59.21 -
YUV 97.12 187.75 60.16 -
System Red Green Blue C M Y K H S L
Decimal 2 125 203 0.99 0.38 0 0.20 203.28 0.98 0.4
Hex 2 7D CB 63 26 0 14 CB 62 28
Octal 2 175 313 143 46 0 24 313 142 50
Binary 10 1111101 11001011 1100011 100110 0 10100 11001011 1100010 101000

Color Harmonies of #027DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027DCB

Black with #027DCB

Text Example


Text Example

White with #027DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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