Html Css Color HEX #1270CD Navy Blue

📋 copy color: '#1270CD'

red 18 ◦ green 112 ◦ blue 205

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

Shades of Navy Blue #1270CD

Tints of Navy Blue #1270CD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.43%

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

R = 5.37%
G = 33.43%
B = 61.19%

CMYK

 C value IS 0.91

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1270CD (or 0x1270CD) is known color: Navy Blue. HEX triplet: 12, 70 and CD. RGB value is (18,112,205). Sum of RGB (Red+Green+Blue) = 18+112+205=335 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.37% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 205 (80.47% from 255 or 61.19% from 335); Max value from RGB is 205 - color contains mainly: blue. Hex color #1270CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1270CD is #ED8F32. Grayscale: #5E5E5E. Windows color (decimal): -15568691 or 13463570. OLE color: 13463570.

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

Color convert

RGB 18 112 205 -
CMYK 0.91 0.45 0 0.20
HSL 209.84º 0.84% 0.44% -
HSV(B) 209.84º 0.91% 0.8% -
XYZ 17.06 16.12 59.97 -
YUV 94.5 190.36 73.44 -
System Red Green Blue C M Y K H S L
Decimal 18 112 205 0.91 0.45 0 0.20 209.84 0.84 0.44
Hex 12 70 CD 5B 2D 0 14 D2 54 2C
Octal 22 160 315 133 55 0 24 322 124 54
Binary 10010 1110000 11001101 1011011 101101 0 10100 11010010 1010100 101100

Color Harmonies of #1270CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1270CD

Black with #1270CD

Text Example


Text Example

White with #1270CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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