Html Css Color HEX #127DDB Navy Blue

📋 copy color: '#127DDB'

red 18 ◦ green 125 ◦ blue 219

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

Shades of Navy Blue #127DDB

Tints of Navy Blue #127DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 60.5%

R = 4.97%
G = 34.53%
B = 60.5%

CMYK

 C value IS 0.92

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#127DDB (or 0x127DDB) is known color: Navy Blue. HEX triplet: 12, 7D and DB. RGB value is (18,125,219). Sum of RGB (Red+Green+Blue) = 18+125+219=362 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.97% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #127DDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127DDB is #ED8224. Grayscale: #676767. Windows color (decimal): -15565349 or 14384402. OLE color: 14384402.

HSL color Cylindrical-coordinate representation of color #127DDB: hue angle of 208.06º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #127DDB is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 125 219 -
CMYK 0.92 0.43 0 0.14
HSL 208.06º 0.85% 0.46% -
HSV(B) 208.06º 0.92% 0.86% -
XYZ 20.37 19.91 69.79 -
YUV 103.72 193.05 66.86 -
System Red Green Blue C M Y K H S L
Decimal 18 125 219 0.92 0.43 0 0.14 208.06 0.85 0.46
Hex 12 7D DB 5C 2B 0 E D0 55 2E
Octal 22 175 333 134 53 0 16 320 125 56
Binary 10010 1111101 11011011 1011100 101011 0 1110 11010000 1010101 101110

Color Harmonies of #127DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127DDB

Black with #127DDB

Text Example


Text Example

White with #127DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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