Html Css Color HEX #127BCE Navy Blue

📋 copy color: '#127BCE'

red 18 ◦ green 123 ◦ blue 206

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

Shades of Navy Blue #127BCE

Tints of Navy Blue #127BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 59.37%

R = 5.19%
G = 35.45%
B = 59.37%

CMYK

 C value IS 0.91

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#127BCE (or 0x127BCE) is known color: Navy Blue. HEX triplet: 12, 7B and CE. RGB value is (18,123,206). Sum of RGB (Red+Green+Blue) = 18+123+206=347 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.19% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 206 (80.86% from 255 or 59.37% from 347); Max value from RGB is 206 - color contains mainly: blue. Hex color #127BCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127BCE is #ED8431. Grayscale: #646464. Windows color (decimal): -15565874 or 13531922. OLE color: 13531922.

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

Color convert

RGB 18 123 206 -
CMYK 0.91 0.40 0 0.19
HSL 206.49º 0.84% 0.44% -
HSV(B) 206.49º 0.91% 0.81% -
XYZ 18.47 18.75 61.04 -
YUV 101.07 187.21 68.75 -
System Red Green Blue C M Y K H S L
Decimal 18 123 206 0.91 0.40 0 0.19 206.49 0.84 0.44
Hex 12 7B CE 5B 28 0 13 CE 54 2C
Octal 22 173 316 133 50 0 23 316 124 54
Binary 10010 1111011 11001110 1011011 101000 0 10011 11001110 1010100 101100

Color Harmonies of #127BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127BCE

Black with #127BCE

Text Example


Text Example

White with #127BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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