Html Css Color HEX #127CD6 Navy Blue

📋 copy color: '#127CD6'

red 18 ◦ green 124 ◦ blue 214

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

Shades of Navy Blue #127CD6

Tints of Navy Blue #127CD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 60.11%

R = 5.06%
G = 34.83%
B = 60.11%

CMYK

 C value IS 0.92

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#127CD6 (or 0x127CD6) is known color: Navy Blue. HEX triplet: 12, 7C and D6. RGB value is (18,124,214). Sum of RGB (Red+Green+Blue) = 18+124+214=356 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.06% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 214 (83.98% from 255 or 60.11% from 356); Max value from RGB is 214 - color contains mainly: blue. Hex color #127CD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127CD6 is #ED8329. Grayscale: #666666. Windows color (decimal): -15565610 or 14056466. OLE color: 14056466.

HSL color Cylindrical-coordinate representation of color #127CD6: hue angle of 207.55º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #127CD6 is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 18 124 214 -
CMYK 0.92 0.42 0 0.16
HSL 207.55º 0.84% 0.45% -
HSV(B) 207.55º 0.92% 0.84% -
XYZ 19.59 19.4 66.33 -
YUV 102.57 190.88 67.68 -
System Red Green Blue C M Y K H S L
Decimal 18 124 214 0.92 0.42 0 0.16 207.55 0.84 0.45
Hex 12 7C D6 5C 2A 0 10 D0 54 2D
Octal 22 174 326 134 52 0 20 320 124 55
Binary 10010 1111100 11010110 1011100 101010 0 10000 11010000 1010100 101101

Color Harmonies of #127CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127CD6

Black with #127CD6

Text Example


Text Example

White with #127CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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