Html Css Color HEX #127DCE Navy Blue

📋 copy color: '#127DCE'

red 18 ◦ green 125 ◦ blue 206

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

Shades of Navy Blue #127DCE

Tints of Navy Blue #127DCE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.82%

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

R = 5.16%
G = 35.82%
B = 59.03%

CMYK

 C value IS 0.91

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#127DCE (or 0x127DCE) is known color: Navy Blue. HEX triplet: 12, 7D and CE. RGB value is (18,125,206). Sum of RGB (Red+Green+Blue) = 18+125+206=349 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.16% from 349); Green value is 125 (49.22% from 255 or 35.82% from 349); Blue value is 206 (80.86% from 255 or 59.03% from 349); Max value from RGB is 206 - color contains mainly: blue. Hex color #127DCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127DCE is #ED8231. Grayscale: #656565. Windows color (decimal): -15565362 or 13532434. OLE color: 13532434.

HSL color Cylindrical-coordinate representation of color #127DCE: hue angle of 205.85º 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 #127DCE is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 125 206 -
CMYK 0.91 0.39 0 0.19
HSL 205.85º 0.84% 0.44% -
HSV(B) 205.85º 0.91% 0.81% -
XYZ 18.72 19.25 61.12 -
YUV 102.24 186.55 67.91 -
System Red Green Blue C M Y K H S L
Decimal 18 125 206 0.91 0.39 0 0.19 205.85 0.84 0.44
Hex 12 7D CE 5B 27 0 13 CE 54 2C
Octal 22 175 316 133 47 0 23 316 124 54
Binary 10010 1111101 11001110 1011011 100111 0 10011 11001110 1010100 101100

Color Harmonies of #127DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127DCE

Black with #127DCE

Text Example


Text Example

White with #127DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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