Html Css Color HEX #1267EB Navy Blue

📋 copy color: '#1267EB'

red 18 ◦ green 103 ◦ blue 235

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

Shades of Navy Blue #1267EB

Tints of Navy Blue #1267EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 66.01%

R = 5.06%
G = 28.93%
B = 66.01%

CMYK

 C value IS 0.92

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1267EB (or 0x1267EB) is known color: Navy Blue. HEX triplet: 12, 67 and EB. RGB value is (18,103,235). Sum of RGB (Red+Green+Blue) = 18+103+235=356 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.06% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 235 (92.19% from 255 or 66.01% from 356); Max value from RGB is 235 - color contains mainly: blue. Hex color #1267EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1267EB is #ED9814. Grayscale: #5C5C5C. Windows color (decimal): -15570965 or 15427346. OLE color: 15427346.

HSL color Cylindrical-coordinate representation of color #1267EB: hue angle of 216.5º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1267EB is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 18 103 235 -
CMYK 0.92 0.56 0 0.08
HSL 216.5º 0.86% 0.5% -
HSV(B) 216.5º 0.92% 0.92% -
XYZ 20.1 15.83 80.59 -
YUV 92.63 208.34 74.77 -
System Red Green Blue C M Y K H S L
Decimal 18 103 235 0.92 0.56 0 0.08 216.5 0.86 0.5
Hex 12 67 EB 5C 38 0 8 D8 56 32
Octal 22 147 353 134 70 0 10 330 126 62
Binary 10010 1100111 11101011 1011100 111000 0 1000 11011000 1010110 110010

Color Harmonies of #1267EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1267EB

Black with #1267EB

Text Example


Text Example

White with #1267EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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