Html Css Color HEX #127CDC Navy Blue

📋 copy color: '#127CDC'

red 18 ◦ green 124 ◦ blue 220

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

Shades of Navy Blue #127CDC

Tints of Navy Blue #127CDC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.25%

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

R = 4.97%
G = 34.25%
B = 60.77%

CMYK

 C value IS 0.92

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#127CDC (or 0x127CDC) is known color: Navy Blue. HEX triplet: 12, 7C and DC. RGB value is (18,124,220). Sum of RGB (Red+Green+Blue) = 18+124+220=362 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.97% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 220 (86.33% from 255 or 60.77% from 362); Max value from RGB is 220 - color contains mainly: blue. Hex color #127CDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127CDC is #ED8323. Grayscale: #666666. Windows color (decimal): -15565604 or 14449682. OLE color: 14449682.

HSL color Cylindrical-coordinate representation of color #127CDC: hue angle of 208.51º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #127CDC is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 124 220 -
CMYK 0.92 0.44 0 0.14
HSL 208.51º 0.85% 0.47% -
HSV(B) 208.51º 0.92% 0.86% -
XYZ 20.38 19.71 70.44 -
YUV 103.25 193.88 67.19 -
System Red Green Blue C M Y K H S L
Decimal 18 124 220 0.92 0.44 0 0.14 208.51 0.85 0.47
Hex 12 7C DC 5C 2C 0 E D1 55 2F
Octal 22 174 334 134 54 0 16 321 125 57
Binary 10010 1111100 11011100 1011100 101100 0 1110 11010001 1010101 101111

Color Harmonies of #127CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127CDC

Black with #127CDC

Text Example


Text Example

White with #127CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,124,220); }

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

background-color css

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

 a { background-color: rgb(18,124,220); }

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

border-color css

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

 span { border-color: rgb(18,124,220); }

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