Html Css Color HEX #1271CC Navy Blue

📋 copy color: '#1271CC'

red 18 ◦ green 113 ◦ blue 204

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

Shades of Navy Blue #1271CC

Tints of Navy Blue #1271CC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.73%

 BLUE value IS 204 (80.08% from 255) = 60.9%

R = 5.37%
G = 33.73%
B = 60.9%

CMYK

 C value IS 0.91

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1271CC (or 0x1271CC) is known color: Navy Blue. HEX triplet: 12, 71 and CC. RGB value is (18,113,204). Sum of RGB (Red+Green+Blue) = 18+113+204=335 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.37% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 204 (80.08% from 255 or 60.90% from 335); Max value from RGB is 204 - color contains mainly: blue. Hex color #1271CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1271CC is #ED8E33. Grayscale: #5E5E5E. Windows color (decimal): -15568436 or 13398290. OLE color: 13398290.

HSL color Cylindrical-coordinate representation of color #1271CC: hue angle of 209.35º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1271CC is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 18 113 204 -
CMYK 0.91 0.45 0 0.2
HSL 209.35º 0.84% 0.44% -
HSV(B) 209.35º 0.91% 0.8% -
XYZ 17.05 16.3 59.37 -
YUV 94.97 189.53 73.1 -
System Red Green Blue C M Y K H S L
Decimal 18 113 204 0.91 0.45 0 0.2 209.35 0.84 0.44
Hex 12 71 CC 5B 2D 0 14 D1 54 2C
Octal 22 161 314 133 55 0 24 321 124 54
Binary 10010 1110001 11001100 1011011 101101 0 10100 11010001 1010100 101100

Color Harmonies of #1271CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1271CC

Black with #1271CC

Text Example


Text Example

White with #1271CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1271CC; }

 p { color: rgb(18,113,204); }

 H1.HeaderClassName
 {
   color: #1271CC;
 }
 .AnyTagClassName
 {
   color: #1271CC;
 }
</style>

background-color css

<style>
 a { background-color: #1271CC; }

 a { background-color: rgb(18,113,204); }

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

border-color css

<style>
 span { border-color: #1271CC; }

 span { border-color: rgb(18,113,204); }

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