Html Css Color HEX #1069F0 Navy Blue

📋 copy color: '#1069F0'

red 16 ◦ green 105 ◦ blue 240

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

Shades of Navy Blue #1069F0

Tints of Navy Blue #1069F0

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.09%

 BLUE value IS 240 (94.14% from 255) = 66.48%

R = 4.43%
G = 29.09%
B = 66.48%

CMYK

 C value IS 0.93

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1069F0 (or 0x1069F0) is known color: Navy Blue. HEX triplet: 10, 69 and F0. RGB value is (16,105,240). Sum of RGB (Red+Green+Blue) = 16+105+240=361 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.43% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 240 (94.14% from 255 or 66.48% from 361); Max value from RGB is 240 - color contains mainly: blue. Hex color #1069F0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1069F0 is #EF960F. Grayscale: #5D5D5D. Windows color (decimal): -15701520 or 15755536. OLE color: 15755536.

HSL color Cylindrical-coordinate representation of color #1069F0: hue angle of 216.16º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1069F0 is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 16 105 240 -
CMYK 0.93 0.56 0 0.06
HSL 216.16º 0.88% 0.5% -
HSV(B) 216.16º 0.93% 0.94% -
XYZ 20.99 16.5 84.52 -
YUV 93.78 210.51 72.52 -
System Red Green Blue C M Y K H S L
Decimal 16 105 240 0.93 0.56 0 0.06 216.16 0.88 0.5
Hex 10 69 F0 5D 38 0 6 D8 58 32
Octal 20 151 360 135 70 0 6 330 130 62
Binary 10000 1101001 11110000 1011101 111000 0 110 11011000 1011000 110010

Color Harmonies of #1069F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1069F0

Black with #1069F0

Text Example


Text Example

White with #1069F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1069F0; }

 p { color: rgb(16,105,240); }

 H1.HeaderClassName
 {
   color: #1069F0;
 }
 .AnyTagClassName
 {
   color: #1069F0;
 }
</style>

background-color css

<style>
 a { background-color: #1069F0; }

 a { background-color: rgb(16,105,240); }

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

border-color css

<style>
 span { border-color: #1069F0; }

 span { border-color: rgb(16,105,240); }

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