Html Css Color HEX #127BDD Navy Blue

📋 copy color: '#127BDD'

red 18 ◦ green 123 ◦ blue 221

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

Shades of Navy Blue #127BDD

Tints of Navy Blue #127BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 61.05%

R = 4.97%
G = 33.98%
B = 61.05%

CMYK

 C value IS 0.92

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#127BDD (or 0x127BDD) is known color: Navy Blue. HEX triplet: 12, 7B and DD. RGB value is (18,123,221). Sum of RGB (Red+Green+Blue) = 18+123+221=362 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.97% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 221 (86.72% from 255 or 61.05% from 362); Max value from RGB is 221 - color contains mainly: blue. Hex color #127BDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127BDD is #ED8422. Grayscale: #666666. Windows color (decimal): -15565859 or 14514962. OLE color: 14514962.

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

Color convert

RGB 18 123 221 -
CMYK 0.92 0.44 0 0.13
HSL 208.97º 0.85% 0.47% -
HSV(B) 208.97º 0.92% 0.87% -
XYZ 20.38 19.51 71.1 -
YUV 102.78 194.71 67.53 -
System Red Green Blue C M Y K H S L
Decimal 18 123 221 0.92 0.44 0 0.13 208.97 0.85 0.47
Hex 12 7B DD 5C 2C 0 D D1 55 2F
Octal 22 173 335 134 54 0 15 321 125 57
Binary 10010 1111011 11011101 1011100 101100 0 1101 11010001 1010101 101111

Color Harmonies of #127BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127BDD

Black with #127BDD

Text Example


Text Example

White with #127BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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