Html Css Color HEX #1267DB Navy Blue

📋 copy color: '#1267DB'

red 18 ◦ green 103 ◦ blue 219

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

Shades of Navy Blue #1267DB

Tints of Navy Blue #1267DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 64.41%

R = 5.29%
G = 30.29%
B = 64.41%

CMYK

 C value IS 0.92

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1267DB (or 0x1267DB) is known color: Navy Blue. HEX triplet: 12, 67 and DB. RGB value is (18,103,219). Sum of RGB (Red+Green+Blue) = 18+103+219=340 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.29% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 219 (85.94% from 255 or 64.41% from 340); Max value from RGB is 219 - color contains mainly: blue. Hex color #1267DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1267DB is #ED9824. Grayscale: #5A5A5A. Windows color (decimal): -15570981 or 14378770. OLE color: 14378770.

HSL color Cylindrical-coordinate representation of color #1267DB: hue angle of 214.63º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1267DB is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 103 219 -
CMYK 0.92 0.53 0 0.14
HSL 214.63º 0.85% 0.46% -
HSV(B) 214.63º 0.92% 0.86% -
XYZ 17.89 14.94 68.96 -
YUV 90.81 200.34 76.07 -
System Red Green Blue C M Y K H S L
Decimal 18 103 219 0.92 0.53 0 0.14 214.63 0.85 0.46
Hex 12 67 DB 5C 35 0 E D7 55 2E
Octal 22 147 333 134 65 0 16 327 125 56
Binary 10010 1100111 11011011 1011100 110101 0 1110 11010111 1010101 101110

Color Harmonies of #1267DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1267DB

Black with #1267DB

Text Example


Text Example

White with #1267DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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