Html Css Color HEX #127CCB Navy Blue

📋 copy color: '#127CCB'

red 18 ◦ green 124 ◦ blue 203

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

Shades of Navy Blue #127CCB

Tints of Navy Blue #127CCB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.94%

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

R = 5.22%
G = 35.94%
B = 58.84%

CMYK

 C value IS 0.91

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#127CCB (or 0x127CCB) is known color: Navy Blue. HEX triplet: 12, 7C and CB. RGB value is (18,124,203). Sum of RGB (Red+Green+Blue) = 18+124+203=345 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.22% from 345); Green value is 124 (48.83% from 255 or 35.94% from 345); Blue value is 203 (79.69% from 255 or 58.84% from 345); Max value from RGB is 203 - color contains mainly: blue. Hex color #127CCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127CCB is #ED8334. Grayscale: #646464. Windows color (decimal): -15565621 or 13335570. OLE color: 13335570.

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

Color convert

RGB 18 124 203 -
CMYK 0.91 0.39 0 0.20
HSL 205.62º 0.84% 0.43% -
HSV(B) 205.62º 0.91% 0.8% -
XYZ 18.24 18.86 59.18 -
YUV 101.31 185.38 68.58 -
System Red Green Blue C M Y K H S L
Decimal 18 124 203 0.91 0.39 0 0.20 205.62 0.84 0.43
Hex 12 7C CB 5B 27 0 14 CE 54 2B
Octal 22 174 313 133 47 0 24 316 124 53
Binary 10010 1111100 11001011 1011011 100111 0 10100 11001110 1010100 101011

Color Harmonies of #127CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127CCB

Black with #127CCB

Text Example


Text Example

White with #127CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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