Html Css Color HEX #127ACD Navy Blue

📋 copy color: '#127ACD'

red 18 ◦ green 122 ◦ blue 205

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

Shades of Navy Blue #127ACD

Tints of Navy Blue #127ACD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.36%

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

R = 5.22%
G = 35.36%
B = 59.42%

CMYK

 C value IS 0.91

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#127ACD (or 0x127ACD) is known color: Navy Blue. HEX triplet: 12, 7A and CD. RGB value is (18,122,205). Sum of RGB (Red+Green+Blue) = 18+122+205=345 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.22% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 205 (80.47% from 255 or 59.42% from 345); Max value from RGB is 205 - color contains mainly: blue. Hex color #127ACD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127ACD is #ED8532. Grayscale: #636363. Windows color (decimal): -15566131 or 13466130. OLE color: 13466130.

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

Color convert

RGB 18 122 205 -
CMYK 0.91 0.40 0 0.20
HSL 206.63º 0.84% 0.44% -
HSV(B) 206.63º 0.91% 0.8% -
XYZ 18.23 18.46 60.36 -
YUV 100.37 187.04 69.25 -
System Red Green Blue C M Y K H S L
Decimal 18 122 205 0.91 0.40 0 0.20 206.63 0.84 0.44
Hex 12 7A CD 5B 28 0 14 CF 54 2C
Octal 22 172 315 133 50 0 24 317 124 54
Binary 10010 1111010 11001101 1011011 101000 0 10100 11001111 1010100 101100

Color Harmonies of #127ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127ACD

Black with #127ACD

Text Example


Text Example

White with #127ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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