Html Css Color HEX #1272CD Navy Blue

📋 copy color: '#1272CD'

red 18 ◦ green 114 ◦ blue 205

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

Shades of Navy Blue #1272CD

Tints of Navy Blue #1272CD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.83%

 BLUE value IS 205 (80.47% from 255) = 60.83%

R = 5.34%
G = 33.83%
B = 60.83%

CMYK

 C value IS 0.91

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1272CD (or 0x1272CD) is known color: Navy Blue. HEX triplet: 12, 72 and CD. RGB value is (18,114,205). Sum of RGB (Red+Green+Blue) = 18+114+205=337 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.34% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 205 (80.47% from 255 or 60.83% from 337); Max value from RGB is 205 - color contains mainly: blue. Hex color #1272CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1272CD is #ED8D32. Grayscale: #5F5F5F. Windows color (decimal): -15568179 or 13464082. OLE color: 13464082.

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

Color convert

RGB 18 114 205 -
CMYK 0.91 0.44 0 0.20
HSL 209.2º 0.84% 0.44% -
HSV(B) 209.2º 0.91% 0.8% -
XYZ 17.29 16.57 60.05 -
YUV 95.67 189.7 72.6 -
System Red Green Blue C M Y K H S L
Decimal 18 114 205 0.91 0.44 0 0.20 209.2 0.84 0.44
Hex 12 72 CD 5B 2C 0 14 D1 54 2C
Octal 22 162 315 133 54 0 24 321 124 54
Binary 10010 1110010 11001101 1011011 101100 0 10100 11010001 1010100 101100

Color Harmonies of #1272CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1272CD

Black with #1272CD

Text Example


Text Example

White with #1272CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1272CD; }

 p { color: rgb(18,114,205); }

 H1.HeaderClassName
 {
   color: #1272CD;
 }
 .AnyTagClassName
 {
   color: #1272CD;
 }
</style>

background-color css

<style>
 a { background-color: #1272CD; }

 a { background-color: rgb(18,114,205); }

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

border-color css

<style>
 span { border-color: #1272CD; }

 span { border-color: rgb(18,114,205); }

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