Html Css Color HEX #1277CE Navy Blue

📋 copy color: '#1277CE'

red 18 ◦ green 119 ◦ blue 206

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

Shades of Navy Blue #1277CE

Tints of Navy Blue #1277CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 60.06%

R = 5.25%
G = 34.69%
B = 60.06%

CMYK

 C value IS 0.91

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1277CE (or 0x1277CE) is known color: Navy Blue. HEX triplet: 12, 77 and CE. RGB value is (18,119,206). Sum of RGB (Red+Green+Blue) = 18+119+206=343 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.25% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 206 (80.86% from 255 or 60.06% from 343); Max value from RGB is 206 - color contains mainly: blue. Hex color #1277CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1277CE is #ED8831. Grayscale: #626262. Windows color (decimal): -15566898 or 13530898. OLE color: 13530898.

HSL color Cylindrical-coordinate representation of color #1277CE: hue angle of 207.77º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1277CE is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 119 206 -
CMYK 0.91 0.42 0 0.19
HSL 207.77º 0.84% 0.44% -
HSV(B) 207.77º 0.91% 0.81% -
XYZ 17.99 17.78 60.88 -
YUV 98.72 188.54 70.43 -
System Red Green Blue C M Y K H S L
Decimal 18 119 206 0.91 0.42 0 0.19 207.77 0.84 0.44
Hex 12 77 CE 5B 2A 0 13 D0 54 2C
Octal 22 167 316 133 52 0 23 320 124 54
Binary 10010 1110111 11001110 1011011 101010 0 10011 11010000 1010100 101100

Color Harmonies of #1277CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1277CE

Black with #1277CE

Text Example


Text Example

White with #1277CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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