Html Css Color HEX #127BDB Navy Blue

📋 copy color: '#127BDB'

red 18 ◦ green 123 ◦ blue 219

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

Shades of Navy Blue #127BDB

Tints of Navy Blue #127BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 60.83%

R = 5%
G = 34.17%
B = 60.83%

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

#127BDB (or 0x127BDB) is known color: Navy Blue. HEX triplet: 12, 7B and DB. RGB value is (18,123,219). Sum of RGB (Red+Green+Blue) = 18+123+219=360 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 219 (85.94% from 255 or 60.83% from 360); Max value from RGB is 219 - color contains mainly: blue. Hex color #127BDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127BDB is #ED8424. Grayscale: #666666. Windows color (decimal): -15565861 or 14383890. OLE color: 14383890.

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

Color convert

RGB 18 123 219 -
CMYK 0.92 0.44 0 0.14
HSL 208.66º 0.85% 0.46% -
HSV(B) 208.66º 0.92% 0.86% -
XYZ 20.12 19.41 69.7 -
YUV 102.55 193.71 67.69 -
System Red Green Blue C M Y K H S L
Decimal 18 123 219 0.92 0.44 0 0.14 208.66 0.85 0.46
Hex 12 7B DB 5C 2C 0 E D1 55 2E
Octal 22 173 333 134 54 0 16 321 125 56
Binary 10010 1111011 11011011 1011100 101100 0 1110 11010001 1010101 101110

Color Harmonies of #127BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127BDB

Black with #127BDB

Text Example


Text Example

White with #127BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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