Html Css Color HEX #1067F1 Navy Blue

📋 copy color: '#1067F1'

red 16 ◦ green 103 ◦ blue 241

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

Shades of Navy Blue #1067F1

Tints of Navy Blue #1067F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 66.94%

R = 4.44%
G = 28.61%
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

#1067F1 (or 0x1067F1) is known color: Navy Blue. HEX triplet: 10, 67 and F1. RGB value is (16,103,241). Sum of RGB (Red+Green+Blue) = 16+103+241=360 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.44% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 241 (94.53% from 255 or 66.94% from 360); Max value from RGB is 241 - color contains mainly: blue. Hex color #1067F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1067F1 is #EF980E. Grayscale: #5C5C5C. Windows color (decimal): -15702031 or 15820560. OLE color: 15820560.

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

Color convert

RGB 16 103 241 -
CMYK 0.93 0.57 0 0.05
HSL 216.8º 0.89% 0.5% -
HSV(B) 216.8º 0.93% 0.95% -
XYZ 20.94 16.16 85.23 -
YUV 92.72 211.68 73.28 -
System Red Green Blue C M Y K H S L
Decimal 16 103 241 0.93 0.57 0 0.05 216.8 0.89 0.5
Hex 10 67 F1 5D 39 0 5 D9 59 32
Octal 20 147 361 135 71 0 5 331 131 62
Binary 10000 1100111 11110001 1011101 111001 0 101 11011001 1011001 110010

Color Harmonies of #1067F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1067F1

Black with #1067F1

Text Example


Text Example

White with #1067F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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