Html Css Color HEX #127BCA Navy Blue

📋 copy color: '#127BCA'

red 18 ◦ green 123 ◦ blue 202

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

Shades of Navy Blue #127BCA

Tints of Navy Blue #127BCA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.86%

 BLUE value IS 202 (79.3% from 255) = 58.89%

R = 5.25%
G = 35.86%
B = 58.89%

CMYK

 C value IS 0.91

 M value IS 0.39

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#127BCA (or 0x127BCA) is known color: Navy Blue. HEX triplet: 12, 7B and CA. RGB value is (18,123,202). Sum of RGB (Red+Green+Blue) = 18+123+202=343 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.25% from 343); Green value is 123 (48.44% from 255 or 35.86% from 343); Blue value is 202 (79.30% from 255 or 58.89% from 343); Max value from RGB is 202 - color contains mainly: blue. Hex color #127BCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127BCA is #ED8435. Grayscale: #646464. Windows color (decimal): -15565878 or 13269778. OLE color: 13269778.

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

Color convert

RGB 18 123 202 -
CMYK 0.91 0.39 0 0.21
HSL 205.76º 0.84% 0.43% -
HSV(B) 205.76º 0.91% 0.79% -
XYZ 17.99 18.56 58.51 -
YUV 100.61 185.21 69.08 -
System Red Green Blue C M Y K H S L
Decimal 18 123 202 0.91 0.39 0 0.21 205.76 0.84 0.43
Hex 12 7B CA 5B 27 0 15 CE 54 2B
Octal 22 173 312 133 47 0 25 316 124 53
Binary 10010 1111011 11001010 1011011 100111 0 10101 11001110 1010100 101011

Color Harmonies of #127BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127BCA

Black with #127BCA

Text Example


Text Example

White with #127BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,123,202); }

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

background-color css

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

 a { background-color: rgb(18,123,202); }

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

border-color css

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

 span { border-color: rgb(18,123,202); }

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