Html Css Color HEX #127ECB Navy Blue

📋 copy color: '#127ECB'

red 18 ◦ green 126 ◦ blue 203

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

Shades of Navy Blue #127ECB

Tints of Navy Blue #127ECB

RGB

 RED value IS 18 (7.42% from 255) = 5.19%

 GREEN value IS 126 (49.61% from 255) = 36.31%

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

R = 5.19%
G = 36.31%
B = 58.5%

CMYK

 C value IS 0.91

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#127ECB (or 0x127ECB) is known color: Navy Blue. HEX triplet: 12, 7E and CB. RGB value is (18,126,203). Sum of RGB (Red+Green+Blue) = 18+126+203=347 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.19% from 347); Green value is 126 (49.61% from 255 or 36.31% from 347); Blue value is 203 (79.69% from 255 or 58.50% from 347); Max value from RGB is 203 - color contains mainly: blue. Hex color #127ECB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127ECB is #ED8134. Grayscale: #666666. Windows color (decimal): -15565109 or 13336082. OLE color: 13336082.

HSL color Cylindrical-coordinate representation of color #127ECB: hue angle of 204.97º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #127ECB is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 126 203 -
CMYK 0.91 0.38 0 0.20
HSL 204.97º 0.84% 0.43% -
HSV(B) 204.97º 0.91% 0.8% -
XYZ 18.49 19.36 59.26 -
YUV 102.49 184.72 67.74 -
System Red Green Blue C M Y K H S L
Decimal 18 126 203 0.91 0.38 0 0.20 204.97 0.84 0.43
Hex 12 7E CB 5B 26 0 14 CD 54 2B
Octal 22 176 313 133 46 0 24 315 124 53
Binary 10010 1111110 11001011 1011011 100110 0 10100 11001101 1010100 101011

Color Harmonies of #127ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127ECB

Black with #127ECB

Text Example


Text Example

White with #127ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127ECB; }

 p { color: rgb(18,126,203); }

 H1.HeaderClassName
 {
   color: #127ECB;
 }
 .AnyTagClassName
 {
   color: #127ECB;
 }
</style>

background-color css

<style>
 a { background-color: #127ECB; }

 a { background-color: rgb(18,126,203); }

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

border-color css

<style>
 span { border-color: #127ECB; }

 span { border-color: rgb(18,126,203); }

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