Html Css Color HEX #1277CA Navy Blue

📋 copy color: '#1277CA'

red 18 ◦ green 119 ◦ blue 202

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

Shades of Navy Blue #1277CA

Tints of Navy Blue #1277CA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.1%

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

R = 5.31%
G = 35.1%
B = 59.59%

CMYK

 C value IS 0.91

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1277CA (or 0x1277CA) is known color: Navy Blue. HEX triplet: 12, 77 and CA. RGB value is (18,119,202). Sum of RGB (Red+Green+Blue) = 18+119+202=339 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.31% from 339); Green value is 119 (46.88% from 255 or 35.10% from 339); Blue value is 202 (79.30% from 255 or 59.59% from 339); Max value from RGB is 202 - color contains mainly: blue. Hex color #1277CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1277CA is #ED8835. Grayscale: #616161. Windows color (decimal): -15566902 or 13268754. OLE color: 13268754.

HSL color Cylindrical-coordinate representation of color #1277CA: hue angle of 207.07º 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 #1277CA is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 18 119 202 -
CMYK 0.91 0.41 0 0.21
HSL 207.07º 0.84% 0.43% -
HSV(B) 207.07º 0.91% 0.79% -
XYZ 17.51 17.59 58.35 -
YUV 98.26 186.54 70.75 -
System Red Green Blue C M Y K H S L
Decimal 18 119 202 0.91 0.41 0 0.21 207.07 0.84 0.43
Hex 12 77 CA 5B 29 0 15 CF 54 2B
Octal 22 167 312 133 51 0 25 317 124 53
Binary 10010 1110111 11001010 1011011 101001 0 10101 11001111 1010100 101011

Color Harmonies of #1277CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1277CA

Black with #1277CA

Text Example


Text Example

White with #1277CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1277CA; }

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

 H1.HeaderClassName
 {
   color: #1277CA;
 }
 .AnyTagClassName
 {
   color: #1277CA;
 }
</style>

background-color css

<style>
 a { background-color: #1277CA; }

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

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

border-color css

<style>
 span { border-color: #1277CA; }

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

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