Html Css Color HEX #127DCB Navy Blue

📋 copy color: '#127DCB'

red 18 ◦ green 125 ◦ blue 203

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

Shades of Navy Blue #127DCB

Tints of Navy Blue #127DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 58.67%

R = 5.2%
G = 36.13%
B = 58.67%

CMYK

 C value IS 0.91

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#127DCB (or 0x127DCB) is known color: Navy Blue. HEX triplet: 12, 7D and CB. RGB value is (18,125,203). Sum of RGB (Red+Green+Blue) = 18+125+203=346 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.20% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 203 (79.69% from 255 or 58.67% from 346); Max value from RGB is 203 - color contains mainly: blue. Hex color #127DCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127DCB is #ED8234. Grayscale: #656565. Windows color (decimal): -15565365 or 13335826. OLE color: 13335826.

HSL color Cylindrical-coordinate representation of color #127DCB: hue angle of 205.3º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #127DCB is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 125 203 -
CMYK 0.91 0.38 0 0.20
HSL 205.3º 0.84% 0.43% -
HSV(B) 205.3º 0.91% 0.8% -
XYZ 18.36 19.11 59.22 -
YUV 101.9 185.05 68.16 -
System Red Green Blue C M Y K H S L
Decimal 18 125 203 0.91 0.38 0 0.20 205.3 0.84 0.43
Hex 12 7D CB 5B 26 0 14 CD 54 2B
Octal 22 175 313 133 46 0 24 315 124 53
Binary 10010 1111101 11001011 1011011 100110 0 10100 11001101 1010100 101011

Color Harmonies of #127DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127DCB

Black with #127DCB

Text Example


Text Example

White with #127DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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