Html Css Color HEX #1069E0 Navy Blue

📋 copy color: '#1069E0'

red 16 ◦ green 105 ◦ blue 224

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

Shades of Navy Blue #1069E0

Tints of Navy Blue #1069E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 64.93%

R = 4.64%
G = 30.43%
B = 64.93%

CMYK

 C value IS 0.93

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#1069E0 (or 0x1069E0) is known color: Navy Blue. HEX triplet: 10, 69 and E0. RGB value is (16,105,224). Sum of RGB (Red+Green+Blue) = 16+105+224=345 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.64% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 224 (87.89% from 255 or 64.93% from 345); Max value from RGB is 224 - color contains mainly: blue. Hex color #1069E0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1069E0 is #EF961F. Grayscale: #5B5B5B. Windows color (decimal): -15701536 or 14706960. OLE color: 14706960.

HSL color Cylindrical-coordinate representation of color #1069E0: hue angle of 214.33º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1069E0 is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 16 105 224 -
CMYK 0.93 0.53 0 0.12
HSL 214.33º 0.87% 0.47% -
HSV(B) 214.33º 0.93% 0.88% -
XYZ 18.72 15.6 72.54 -
YUV 91.96 202.51 73.82 -
System Red Green Blue C M Y K H S L
Decimal 16 105 224 0.93 0.53 0 0.12 214.33 0.87 0.47
Hex 10 69 E0 5D 35 0 C D6 57 2F
Octal 20 151 340 135 65 0 14 326 127 57
Binary 10000 1101001 11100000 1011101 110101 0 1100 11010110 1010111 101111

Color Harmonies of #1069E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1069E0

Black with #1069E0

Text Example


Text Example

White with #1069E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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