Html Css Color HEX #127FCB Navy Blue

📋 copy color: '#127FCB'

red 18 ◦ green 127 ◦ blue 203

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

Shades of Navy Blue #127FCB

Tints of Navy Blue #127FCB

RGB

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

 GREEN value IS 127 (50% from 255) = 36.49%

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

R = 5.17%
G = 36.49%
B = 58.33%

CMYK

 C value IS 0.91

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#127FCB (or 0x127FCB) is known color: Navy Blue. HEX triplet: 12, 7F and CB. RGB value is (18,127,203). Sum of RGB (Red+Green+Blue) = 18+127+203=348 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.17% from 348); Green value is 127 (50% from 255 or 36.49% from 348); Blue value is 203 (79.69% from 255 or 58.33% from 348); Max value from RGB is 203 - color contains mainly: blue. Hex color #127FCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127FCB is #ED8034. Grayscale: #666666. Windows color (decimal): -15564853 or 13336338. OLE color: 13336338.

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

Color convert

RGB 18 127 203 -
CMYK 0.91 0.37 0 0.20
HSL 204.65º 0.84% 0.43% -
HSV(B) 204.65º 0.91% 0.8% -
XYZ 18.62 19.62 59.31 -
YUV 103.07 184.39 67.32 -
System Red Green Blue C M Y K H S L
Decimal 18 127 203 0.91 0.37 0 0.20 204.65 0.84 0.43
Hex 12 7F CB 5B 25 0 14 CD 54 2B
Octal 22 177 313 133 45 0 24 315 124 53
Binary 10010 1111111 11001011 1011011 100101 0 10100 11001101 1010100 101011

Color Harmonies of #127FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127FCB

Black with #127FCB

Text Example


Text Example

White with #127FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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