Html Css Color HEX #1274CD Navy Blue

📋 copy color: '#1274CD'

red 18 ◦ green 116 ◦ blue 205

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

Shades of Navy Blue #1274CD

Tints of Navy Blue #1274CD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.22%

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

R = 5.31%
G = 34.22%
B = 60.47%

CMYK

 C value IS 0.91

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1274CD (or 0x1274CD) is known color: Navy Blue. HEX triplet: 12, 74 and CD. RGB value is (18,116,205). Sum of RGB (Red+Green+Blue) = 18+116+205=339 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.31% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 205 (80.47% from 255 or 60.47% from 339); Max value from RGB is 205 - color contains mainly: blue. Hex color #1274CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1274CD is #ED8B32. Grayscale: #606060. Windows color (decimal): -15567667 or 13464594. OLE color: 13464594.

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

Color convert

RGB 18 116 205 -
CMYK 0.91 0.43 0 0.20
HSL 208.56º 0.84% 0.44% -
HSV(B) 208.56º 0.91% 0.8% -
XYZ 17.51 17.03 60.12 -
YUV 96.84 189.03 71.76 -
System Red Green Blue C M Y K H S L
Decimal 18 116 205 0.91 0.43 0 0.20 208.56 0.84 0.44
Hex 12 74 CD 5B 2B 0 14 D1 54 2C
Octal 22 164 315 133 53 0 24 321 124 54
Binary 10010 1110100 11001101 1011011 101011 0 10100 11010001 1010100 101100

Color Harmonies of #1274CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1274CD

Black with #1274CD

Text Example


Text Example

White with #1274CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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