Html Css Color HEX #1068F3 Navy Blue

📋 copy color: '#1068F3'

red 16 ◦ green 104 ◦ blue 243

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

Shades of Navy Blue #1068F3

Tints of Navy Blue #1068F3

RGB

 RED value IS 16 (6.64% from 255) = 4.41%

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

 BLUE value IS 243 (95.31% from 255) = 66.94%

R = 4.41%
G = 28.65%
B = 66.94%

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

#1068F3 (or 0x1068F3) is known color: Navy Blue. HEX triplet: 10, 68 and F3. RGB value is (16,104,243). Sum of RGB (Red+Green+Blue) = 16+104+243=363 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.41% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 243 (95.31% from 255 or 66.94% from 363); Max value from RGB is 243 - color contains mainly: blue. Hex color #1068F3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1068F3 is #EF970C. Grayscale: #5C5C5C. Windows color (decimal): -15701773 or 15951888. OLE color: 15951888.

HSL color Cylindrical-coordinate representation of color #1068F3: hue angle of 216.74º 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 #1068F3 is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 16 104 243 -
CMYK 0.93 0.57 0 0.05
HSL 216.74º 0.9% 0.51% -
HSV(B) 216.74º 0.93% 0.95% -
XYZ 21.34 16.48 86.85 -
YUV 93.53 212.35 72.7 -
System Red Green Blue C M Y K H S L
Decimal 16 104 243 0.93 0.57 0 0.05 216.74 0.9 0.51
Hex 10 68 F3 5D 39 0 5 D9 5A 33
Octal 20 150 363 135 71 0 5 331 132 63
Binary 10000 1101000 11110011 1011101 111001 0 101 11011001 1011010 110011

Color Harmonies of #1068F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1068F3

Black with #1068F3

Text Example


Text Example

White with #1068F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1068F3; }

 p { color: rgb(16,104,243); }

 H1.HeaderClassName
 {
   color: #1068F3;
 }
 .AnyTagClassName
 {
   color: #1068F3;
 }
</style>

background-color css

<style>
 a { background-color: #1068F3; }

 a { background-color: rgb(16,104,243); }

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

border-color css

<style>
 span { border-color: #1068F3; }

 span { border-color: rgb(16,104,243); }

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