Html Css Color HEX #1065DF Navy Blue

📋 copy color: '#1065DF'

red 16 ◦ green 101 ◦ blue 223

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

Shades of Navy Blue #1065DF

Tints of Navy Blue #1065DF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.71%

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

R = 4.71%
G = 29.71%
B = 65.59%

CMYK

 C value IS 0.93

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1065DF (or 0x1065DF) is known color: Navy Blue. HEX triplet: 10, 65 and DF. RGB value is (16,101,223). Sum of RGB (Red+Green+Blue) = 16+101+223=340 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.71% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 223 (87.5% from 255 or 65.59% from 340); Max value from RGB is 223 - color contains mainly: blue. Hex color #1065DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1065DF is #EF9A20. Grayscale: #585858. Windows color (decimal): -15702561 or 14640400. OLE color: 14640400.

HSL color Cylindrical-coordinate representation of color #1065DF: hue angle of 215.36º 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 #1065DF is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 16 101 223 -
CMYK 0.93 0.55 0 0.13
HSL 215.36º 0.87% 0.47% -
HSV(B) 215.36º 0.93% 0.87% -
XYZ 18.19 14.75 71.7 -
YUV 89.49 203.34 75.58 -
System Red Green Blue C M Y K H S L
Decimal 16 101 223 0.93 0.55 0 0.13 215.36 0.87 0.47
Hex 10 65 DF 5D 37 0 D D7 57 2F
Octal 20 145 337 135 67 0 15 327 127 57
Binary 10000 1100101 11011111 1011101 110111 0 1101 11010111 1010111 101111

Color Harmonies of #1065DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1065DF

Black with #1065DF

Text Example


Text Example

White with #1065DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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