Html Css Color HEX #127BDA Navy Blue

📋 copy color: '#127BDA'

red 18 ◦ green 123 ◦ blue 218

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

Shades of Navy Blue #127BDA

Tints of Navy Blue #127BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 60.72%

R = 5.01%
G = 34.26%
B = 60.72%

CMYK

 C value IS 0.92

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#127BDA (or 0x127BDA) is known color: Navy Blue. HEX triplet: 12, 7B and DA. RGB value is (18,123,218). Sum of RGB (Red+Green+Blue) = 18+123+218=359 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.01% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 218 (85.55% from 255 or 60.72% from 359); Max value from RGB is 218 - color contains mainly: blue. Hex color #127BDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127BDA is #ED8425. Grayscale: #656565. Windows color (decimal): -15565862 or 14318354. OLE color: 14318354.

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

Color convert

RGB 18 123 218 -
CMYK 0.92 0.44 0 0.15
HSL 208.5º 0.85% 0.46% -
HSV(B) 208.5º 0.92% 0.85% -
XYZ 19.99 19.36 69.01 -
YUV 102.44 193.21 67.78 -
System Red Green Blue C M Y K H S L
Decimal 18 123 218 0.92 0.44 0 0.15 208.5 0.85 0.46
Hex 12 7B DA 5C 2C 0 F D0 55 2E
Octal 22 173 332 134 54 0 17 320 125 56
Binary 10010 1111011 11011010 1011100 101100 0 1111 11010000 1010101 101110

Color Harmonies of #127BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127BDA

Black with #127BDA

Text Example


Text Example

White with #127BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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