Html Css Color HEX #127ECC Navy Blue

📋 copy color: '#127ECC'

red 18 ◦ green 126 ◦ blue 204

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

Shades of Navy Blue #127ECC

Tints of Navy Blue #127ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 58.62%

R = 5.17%
G = 36.21%
B = 58.62%

CMYK

 C value IS 0.91

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#127ECC (or 0x127ECC) is known color: Navy Blue. HEX triplet: 12, 7E and CC. RGB value is (18,126,204). Sum of RGB (Red+Green+Blue) = 18+126+204=348 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.17% from 348); Green value is 126 (49.61% from 255 or 36.21% from 348); Blue value is 204 (80.08% from 255 or 58.62% from 348); Max value from RGB is 204 - color contains mainly: blue. Hex color #127ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127ECC is #ED8133. Grayscale: #666666. Windows color (decimal): -15565108 or 13401618. OLE color: 13401618.

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

Color convert

RGB 18 126 204 -
CMYK 0.91 0.38 0 0.2
HSL 205.16º 0.84% 0.44% -
HSV(B) 205.16º 0.91% 0.8% -
XYZ 18.61 19.41 59.89 -
YUV 102.6 185.22 67.66 -
System Red Green Blue C M Y K H S L
Decimal 18 126 204 0.91 0.38 0 0.2 205.16 0.84 0.44
Hex 12 7E CC 5B 26 0 14 CD 54 2C
Octal 22 176 314 133 46 0 24 315 124 54
Binary 10010 1111110 11001100 1011011 100110 0 10100 11001101 1010100 101100

Color Harmonies of #127ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127ECC

Black with #127ECC

Text Example


Text Example

White with #127ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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