Html Css Color HEX #1274CE Navy Blue

📋 copy color: '#1274CE'

red 18 ◦ green 116 ◦ blue 206

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

Shades of Navy Blue #1274CE

Tints of Navy Blue #1274CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 60.59%

R = 5.29%
G = 34.12%
B = 60.59%

CMYK

 C value IS 0.91

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1274CE (or 0x1274CE) is known color: Navy Blue. HEX triplet: 12, 74 and CE. RGB value is (18,116,206). Sum of RGB (Red+Green+Blue) = 18+116+206=340 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.29% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 206 (80.86% from 255 or 60.59% from 340); Max value from RGB is 206 - color contains mainly: blue. Hex color #1274CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1274CE is #ED8B31. Grayscale: #606060. Windows color (decimal): -15567666 or 13530130. OLE color: 13530130.

HSL color Cylindrical-coordinate representation of color #1274CE: hue angle of 208.72º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1274CE is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 116 206 -
CMYK 0.91 0.44 0 0.19
HSL 208.72º 0.84% 0.44% -
HSV(B) 208.72º 0.91% 0.81% -
XYZ 17.64 17.08 60.76 -
YUV 96.96 189.53 71.68 -
System Red Green Blue C M Y K H S L
Decimal 18 116 206 0.91 0.44 0 0.19 208.72 0.84 0.44
Hex 12 74 CE 5B 2C 0 13 D1 54 2C
Octal 22 164 316 133 54 0 23 321 124 54
Binary 10010 1110100 11001110 1011011 101100 0 10011 11010001 1010100 101100

Color Harmonies of #1274CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1274CE

Black with #1274CE

Text Example


Text Example

White with #1274CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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