Html Css Color HEX #127ED3 Navy Blue

📋 copy color: '#127ED3'

red 18 ◦ green 126 ◦ blue 211

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

Shades of Navy Blue #127ED3

Tints of Navy Blue #127ED3

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.49%

 BLUE value IS 211 (82.81% from 255) = 59.44%

R = 5.07%
G = 35.49%
B = 59.44%

CMYK

 C value IS 0.91

 M value IS 0.40

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#127ED3 (or 0x127ED3) is known color: Navy Blue. HEX triplet: 12, 7E and D3. RGB value is (18,126,211). Sum of RGB (Red+Green+Blue) = 18+126+211=355 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.07% from 355); Green value is 126 (49.61% from 255 or 35.49% from 355); Blue value is 211 (82.81% from 255 or 59.44% from 355); Max value from RGB is 211 - color contains mainly: blue. Hex color #127ED3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127ED3 is #ED812C. Grayscale: #666666. Windows color (decimal): -15565101 or 13860370. OLE color: 13860370.

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

Color convert

RGB 18 126 211 -
CMYK 0.91 0.40 0 0.17
HSL 206.42º 0.84% 0.45% -
HSV(B) 206.42º 0.91% 0.83% -
XYZ 19.47 19.75 64.41 -
YUV 103.4 188.72 67.09 -
System Red Green Blue C M Y K H S L
Decimal 18 126 211 0.91 0.40 0 0.17 206.42 0.84 0.45
Hex 12 7E D3 5B 28 0 11 CE 54 2D
Octal 22 176 323 133 50 0 21 316 124 55
Binary 10010 1111110 11010011 1011011 101000 0 10001 11001110 1010100 101101

Color Harmonies of #127ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127ED3

Black with #127ED3

Text Example


Text Example

White with #127ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,126,211); }

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

background-color css

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

 a { background-color: rgb(18,126,211); }

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

border-color css

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

 span { border-color: rgb(18,126,211); }

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