Html Css Color HEX #127BD0 Navy Blue

📋 copy color: '#127BD0'

red 18 ◦ green 123 ◦ blue 208

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

Shades of Navy Blue #127BD0

Tints of Navy Blue #127BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 59.6%

R = 5.16%
G = 35.24%
B = 59.6%

CMYK

 C value IS 0.91

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#127BD0 (or 0x127BD0) is known color: Navy Blue. HEX triplet: 12, 7B and D0. RGB value is (18,123,208). Sum of RGB (Red+Green+Blue) = 18+123+208=349 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.16% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 208 (81.64% from 255 or 59.60% from 349); Max value from RGB is 208 - color contains mainly: blue. Hex color #127BD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127BD0 is #ED842F. Grayscale: #646464. Windows color (decimal): -15565872 or 13662994. OLE color: 13662994.

HSL color Cylindrical-coordinate representation of color #127BD0: hue angle of 206.84º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #127BD0 is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 18 123 208 -
CMYK 0.91 0.41 0 0.18
HSL 206.84º 0.84% 0.44% -
HSV(B) 206.84º 0.91% 0.82% -
XYZ 18.72 18.85 62.33 -
YUV 101.3 188.21 68.59 -
System Red Green Blue C M Y K H S L
Decimal 18 123 208 0.91 0.41 0 0.18 206.84 0.84 0.44
Hex 12 7B D0 5B 29 0 12 CF 54 2C
Octal 22 173 320 133 51 0 22 317 124 54
Binary 10010 1111011 11010000 1011011 101001 0 10010 11001111 1010100 101100

Color Harmonies of #127BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127BD0

Black with #127BD0

Text Example


Text Example

White with #127BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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