Html Css Color HEX #1067DF Navy Blue

📋 copy color: '#1067DF'

red 16 ◦ green 103 ◦ blue 223

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

Shades of Navy Blue #1067DF

Tints of Navy Blue #1067DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 65.2%

R = 4.68%
G = 30.12%
B = 65.2%

CMYK

 C value IS 0.93

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1067DF (or 0x1067DF) is known color: Navy Blue. HEX triplet: 10, 67 and DF. RGB value is (16,103,223). Sum of RGB (Red+Green+Blue) = 16+103+223=342 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.68% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 223 (87.5% from 255 or 65.20% from 342); Max value from RGB is 223 - color contains mainly: blue. Hex color #1067DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1067DF is #EF9820. Grayscale: #5A5A5A. Windows color (decimal): -15702049 or 14640912. OLE color: 14640912.

HSL color Cylindrical-coordinate representation of color #1067DF: hue angle of 214.78º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1067DF is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 16 103 223 -
CMYK 0.93 0.54 0 0.13
HSL 214.78º 0.87% 0.47% -
HSV(B) 214.78º 0.93% 0.87% -
XYZ 18.38 15.14 71.77 -
YUV 90.67 202.68 74.74 -
System Red Green Blue C M Y K H S L
Decimal 16 103 223 0.93 0.54 0 0.13 214.78 0.87 0.47
Hex 10 67 DF 5D 36 0 D D7 57 2F
Octal 20 147 337 135 66 0 15 327 127 57
Binary 10000 1100111 11011111 1011101 110110 0 1101 11010111 1010111 101111

Color Harmonies of #1067DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1067DF

Black with #1067DF

Text Example


Text Example

White with #1067DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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