Html Css Color HEX #127DCF Navy Blue

📋 copy color: '#127DCF'

red 18 ◦ green 125 ◦ blue 207

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

Shades of Navy Blue #127DCF

Tints of Navy Blue #127DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 59.14%

R = 5.14%
G = 35.71%
B = 59.14%

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

#127DCF (or 0x127DCF) is known color: Navy Blue. HEX triplet: 12, 7D and CF. RGB value is (18,125,207). Sum of RGB (Red+Green+Blue) = 18+125+207=350 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.14% from 350); Green value is 125 (49.22% from 255 or 35.71% from 350); Blue value is 207 (81.25% from 255 or 59.14% from 350); Max value from RGB is 207 - color contains mainly: blue. Hex color #127DCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127DCF is #ED8230. Grayscale: #656565. Windows color (decimal): -15565361 or 13597970. OLE color: 13597970.

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

Color convert

RGB 18 125 207 -
CMYK 0.91 0.40 0 0.19
HSL 206.03º 0.84% 0.44% -
HSV(B) 206.03º 0.91% 0.81% -
XYZ 18.85 19.3 61.76 -
YUV 102.36 187.05 67.83 -
System Red Green Blue C M Y K H S L
Decimal 18 125 207 0.91 0.40 0 0.19 206.03 0.84 0.44
Hex 12 7D CF 5B 28 0 13 CE 54 2C
Octal 22 175 317 133 50 0 23 316 124 54
Binary 10010 1111101 11001111 1011011 101000 0 10011 11001110 1010100 101100

Color Harmonies of #127DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127DCF

Black with #127DCF

Text Example


Text Example

White with #127DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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