Html Css Color HEX #127BCD Navy Blue

📋 copy color: '#127BCD'

red 18 ◦ green 123 ◦ blue 205

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

Shades of Navy Blue #127BCD

Tints of Navy Blue #127BCD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.55%

 BLUE value IS 205 (80.47% from 255) = 59.25%

R = 5.2%
G = 35.55%
B = 59.25%

CMYK

 C value IS 0.91

 M value IS 0.4

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#127BCD (or 0x127BCD) is known color: Navy Blue. HEX triplet: 12, 7B and CD. RGB value is (18,123,205). Sum of RGB (Red+Green+Blue) = 18+123+205=346 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.20% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 205 (80.47% from 255 or 59.25% from 346); Max value from RGB is 205 - color contains mainly: blue. Hex color #127BCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127BCD is #ED8432. Grayscale: #646464. Windows color (decimal): -15565875 or 13466386. OLE color: 13466386.

HSL color Cylindrical-coordinate representation of color #127BCD: hue angle of 206.31º 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 #127BCD is Cyan = 0.91, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 123 205 -
CMYK 0.91 0.4 0 0.20
HSL 206.31º 0.84% 0.44% -
HSV(B) 206.31º 0.91% 0.8% -
XYZ 18.35 18.7 60.4 -
YUV 100.95 186.71 68.83 -
System Red Green Blue C M Y K H S L
Decimal 18 123 205 0.91 0.4 0 0.20 206.31 0.84 0.44
Hex 12 7B CD 5B 28 0 14 CE 54 2C
Octal 22 173 315 133 50 0 24 316 124 54
Binary 10010 1111011 11001101 1011011 101000 0 10100 11001110 1010100 101100

Color Harmonies of #127BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127BCD

Black with #127BCD

Text Example


Text Example

White with #127BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,123,205); }

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

background-color css

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

 a { background-color: rgb(18,123,205); }

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

border-color css

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

 span { border-color: rgb(18,123,205); }

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