Html Css Color HEX #1067F5 Navy Blue

📋 copy color: '#1067F5'

red 16 ◦ green 103 ◦ blue 245

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

Shades of Navy Blue #1067F5

Tints of Navy Blue #1067F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 67.31%

R = 4.4%
G = 28.3%
B = 67.31%

CMYK

 C value IS 0.93

 M value IS 0.58

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#1067F5 (or 0x1067F5) is known color: Navy Blue. HEX triplet: 10, 67 and F5. RGB value is (16,103,245). Sum of RGB (Red+Green+Blue) = 16+103+245=364 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.40% from 364); Green value is 103 (40.62% from 255 or 28.30% from 364); Blue value is 245 (96.09% from 255 or 67.31% from 364); Max value from RGB is 245 - color contains mainly: blue. Hex color #1067F5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1067F5 is #EF980A. Grayscale: #5C5C5C. Windows color (decimal): -15702027 or 16082704. OLE color: 16082704.

HSL color Cylindrical-coordinate representation of color #1067F5: hue angle of 217.21º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1067F5 is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 16 103 245 -
CMYK 0.93 0.58 0 0.04
HSL 217.21º 0.92% 0.51% -
HSV(B) 217.21º 0.93% 0.96% -
XYZ 21.55 16.4 88.42 -
YUV 93.18 213.68 72.95 -
System Red Green Blue C M Y K H S L
Decimal 16 103 245 0.93 0.58 0 0.04 217.21 0.92 0.51
Hex 10 67 F5 5D 3A 0 4 D9 5C 33
Octal 20 147 365 135 72 0 4 331 134 63
Binary 10000 1100111 11110101 1011101 111010 0 100 11011001 1011100 110011

Color Harmonies of #1067F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1067F5

Black with #1067F5

Text Example


Text Example

White with #1067F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1067F5; }

 p { color: rgb(16,103,245); }

 H1.HeaderClassName
 {
   color: #1067F5;
 }
 .AnyTagClassName
 {
   color: #1067F5;
 }
</style>

background-color css

<style>
 a { background-color: #1067F5; }

 a { background-color: rgb(16,103,245); }

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

border-color css

<style>
 span { border-color: #1067F5; }

 span { border-color: rgb(16,103,245); }

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