Html Css Color HEX #1268F2 Navy Blue

📋 copy color: '#1268F2'

red 18 ◦ green 104 ◦ blue 242

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

Shades of Navy Blue #1268F2

Tints of Navy Blue #1268F2

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.57%

 BLUE value IS 242 (94.92% from 255) = 66.48%

R = 4.95%
G = 28.57%
B = 66.48%

CMYK

 C value IS 0.93

 M value IS 0.57

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1268F2 (or 0x1268F2) is known color: Navy Blue. HEX triplet: 12, 68 and F2. RGB value is (18,104,242). Sum of RGB (Red+Green+Blue) = 18+104+242=364 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.95% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 242 (94.92% from 255 or 66.48% from 364); Max value from RGB is 242 - color contains mainly: blue. Hex color #1268F2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1268F2 is #ED970D. Grayscale: #5D5D5D. Windows color (decimal): -15570702 or 15886354. OLE color: 15886354.

HSL color Cylindrical-coordinate representation of color #1268F2: hue angle of 216.96º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1268F2 is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 18 104 242 -
CMYK 0.93 0.57 0 0.05
HSL 216.96º 0.9% 0.51% -
HSV(B) 216.96º 0.93% 0.95% -
XYZ 21.23 16.44 86.06 -
YUV 94.02 211.51 73.78 -
System Red Green Blue C M Y K H S L
Decimal 18 104 242 0.93 0.57 0 0.05 216.96 0.9 0.51
Hex 12 68 F2 5D 39 0 5 D9 5A 33
Octal 22 150 362 135 71 0 5 331 132 63
Binary 10010 1101000 11110010 1011101 111001 0 101 11011001 1011010 110011

Color Harmonies of #1268F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1268F2

Black with #1268F2

Text Example


Text Example

White with #1268F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1268F2; }

 p { color: rgb(18,104,242); }

 H1.HeaderClassName
 {
   color: #1268F2;
 }
 .AnyTagClassName
 {
   color: #1268F2;
 }
</style>

background-color css

<style>
 a { background-color: #1268F2; }

 a { background-color: rgb(18,104,242); }

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

border-color css

<style>
 span { border-color: #1268F2; }

 span { border-color: rgb(18,104,242); }

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