Html Css Color HEX #1267CE Navy Blue

📋 copy color: '#1267CE'

red 18 ◦ green 103 ◦ blue 206

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

Shades of Navy Blue #1267CE

Tints of Navy Blue #1267CE

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.5%

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

R = 5.5%
G = 31.5%
B = 63%

CMYK

 C value IS 0.91

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1267CE (or 0x1267CE) is known color: Navy Blue. HEX triplet: 12, 67 and CE. RGB value is (18,103,206). Sum of RGB (Red+Green+Blue) = 18+103+206=327 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.50% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 206 (80.86% from 255 or 63.00% from 327); Max value from RGB is 206 - color contains mainly: blue. Hex color #1267CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1267CE is #ED9831. Grayscale: #585858. Windows color (decimal): -15570994 or 13526802. OLE color: 13526802.

HSL color Cylindrical-coordinate representation of color #1267CE: hue angle of 212.87º 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 #1267CE is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 103 206 -
CMYK 0.91 0.50 0 0.19
HSL 212.87º 0.84% 0.44% -
HSV(B) 212.87º 0.91% 0.81% -
XYZ 16.24 14.29 60.29 -
YUV 89.33 193.84 77.12 -
System Red Green Blue C M Y K H S L
Decimal 18 103 206 0.91 0.50 0 0.19 212.87 0.84 0.44
Hex 12 67 CE 5B 32 0 13 D5 54 2C
Octal 22 147 316 133 62 0 23 325 124 54
Binary 10010 1100111 11001110 1011011 110010 0 10011 11010101 1010100 101100

Color Harmonies of #1267CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1267CE

Black with #1267CE

Text Example


Text Example

White with #1267CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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