Html Css Color HEX #1272DE Navy Blue

📋 copy color: '#1272DE'

red 18 ◦ green 114 ◦ blue 222

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

Shades of Navy Blue #1272DE

Tints of Navy Blue #1272DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 62.71%

R = 5.08%
G = 32.2%
B = 62.71%

CMYK

 C value IS 0.92

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1272DE (or 0x1272DE) is known color: Navy Blue. HEX triplet: 12, 72 and DE. RGB value is (18,114,222). Sum of RGB (Red+Green+Blue) = 18+114+222=354 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.08% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 222 (87.11% from 255 or 62.71% from 354); Max value from RGB is 222 - color contains mainly: blue. Hex color #1272DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1272DE is #ED8D21. Grayscale: #616161. Windows color (decimal): -15568162 or 14578194. OLE color: 14578194.

HSL color Cylindrical-coordinate representation of color #1272DE: hue angle of 211.76º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1272DE is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 114 222 -
CMYK 0.92 0.49 0 0.13
HSL 211.76º 0.85% 0.47% -
HSV(B) 211.76º 0.92% 0.87% -
XYZ 19.45 17.44 71.45 -
YUV 97.61 198.2 71.22 -
System Red Green Blue C M Y K H S L
Decimal 18 114 222 0.92 0.49 0 0.13 211.76 0.85 0.47
Hex 12 72 DE 5C 31 0 D D4 55 2F
Octal 22 162 336 134 61 0 15 324 125 57
Binary 10010 1110010 11011110 1011100 110001 0 1101 11010100 1010101 101111

Color Harmonies of #1272DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1272DE

Black with #1272DE

Text Example


Text Example

White with #1272DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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